#decc4d

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

Shades of Confetti #DECC4D

Tints of Confetti #DECC4D

Color information

#DECC4D (or 0xDECC4D) is unknown color: approx Confetti. HEX triplet: DE, CC and 4D. RGB value is (222,204,77). Sum of RGB (Red+Green+Blue) = 222+204+77=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC4D is #2133B2. Grayscale: #C3C3C3. Windows color (decimal): -2175923 or 5098718. OLE color: 5098718.

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

Color convert

RGB22220477-
CMYK00.080.650.13
HSL52.55º68.72%58.63%-
HSV(B)52.55º65.32%87.06%-
XYZ53.0659.2515.66-
YUV194.961.46147.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.14%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 77 (30.47% from 255) = 15.31%
R=44.14%
G=40.56%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222047700.080.650.1352.5568.7258.63
HexDECC4D0841D35453b
Octal336314115010101156510573
Binary1101111011001100100110101000100000111011101011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #decc4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #decc4d; }

 p { color: rgb(222,204,77); }

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

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

 a { background-color: rgb(222,204,77); }

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

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

 span { border-color: rgb(222,204,77); }

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