#DDCC54

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

Shades of Confetti #DDCC54

Tints of Confetti #DDCC54

Color information

#DDCC54 (or 0xDDCC54) is unknown color: approx Confetti. HEX triplet: DD, CC and 54. RGB value is (221,204,84). Sum of RGB (Red+Green+Blue) = 221+204+84=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 84 (33.20% from 255 or 16.50% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC54 is #2233AB. Grayscale: #C3C3C3. Windows color (decimal): -2241452 or 5557469. OLE color: 5557469.

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

Color convert

RGB22120484-
CMYK00.080.620.13
HSL52.55º66.83%59.8%-
HSV(B)52.55º61.99%86.67%-
XYZ53.0159.217.02-
YUV195.465.13146.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 84 (33.20% from 255) = 16.50%
R=43.42%
G=40.08%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212048400.080.620.1352.5566.8359.8
HexDDCC54083ED35433c
Octal33531412401076156510374
Binary110111011100110010101000100011111011011101011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC54; }

 p { color: rgb(221,204,84); }

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

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

 a { background-color: rgb(221,204,84); }

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

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

 span { border-color: rgb(221,204,84); }

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