#DDC64D

Color #DDC64D Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #DDC64D

Tints of Confetti #DDC64D

Color information

#DDC64D (or 0xDDC64D) is unknown color: approx Confetti. HEX triplet: DD, C6 and 4D. RGB value is (221,198,77). Sum of RGB (Red+Green+Blue) = 221+198+77=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC64D is #2239B2. Grayscale: #BFBFBF. Windows color (decimal): -2242995 or 5097181. OLE color: 5097181.

HSL color Cylindrical-coordinate representation of color #DDC64D: hue angle of 50.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDC64D is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22119877-
CMYK00.100.650.13
HSL50.42º67.92%58.43%-
HSV(B)50.42º65.16%86.67%-
XYZ51.3556.315.18-
YUV191.0863.62149.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 198 (77.73% from 255) = 39.92%
BLUE value IS 77 (30.47% from 255) = 15.52%
R=44.56%
G=39.92%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211987700.100.650.1350.4267.9258.43
HexDDC64D0A41D32443a
Octal335306115012101156210472
Binary1101110111000110100110101010100000111011100101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC64D; }

 p { color: rgb(221,198,77); }

 H1.HeaderClassName
 {
   color: #DDC64D;
 }
 .AnyTagClassName
 {
   color: #DDC64D;
 }
</style>
background-color css

<style>
 a { background-color: #DDC64D; }

 a { background-color: rgb(221,198,77); }

 div.DivClassName
 {
   background-color: #DDC64D;
 }
 .BgClassName
 {
   background-color: #DDC64D;
 }
</style>
border-color css

<style>
 span { border-color: #DDC64D; }

 span { border-color: rgb(221,198,77); }

 td.TdClassName
 {
   border-color: #DDC64D;
 }
 .TagClassName
 {
   border-color: #DDC64D;
 }
</style>