#DDCC42

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

Shades of Confetti #DDCC42

Tints of Confetti #DDCC42

Color information

#DDCC42 (or 0xDDCC42) is unknown color: approx Confetti. HEX triplet: DD, CC and 42. RGB value is (221,204,66). Sum of RGB (Red+Green+Blue) = 221+204+66=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC42 is #2233BD. Grayscale: #C1C1C1. Windows color (decimal): -2241470 or 4377821. OLE color: 4377821.

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

Color convert

RGB22120466-
CMYK00.080.700.13
HSL53.42º69.51%56.27%-
HSV(B)53.42º70.14%86.67%-
XYZ52.458.9513.77-
YUV193.3556.13147.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 66 (26.17% from 255) = 13.44%
R=45.01%
G=41.55%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212046600.080.700.1353.4269.5156.27
HexDDCC420846D354638
Octal335314102010106156510670
Binary1101110111001100100001001000100011011011101011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC42; }

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

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

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

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

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

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

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

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