#DCCC42

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

Shades of Confetti #DCCC42

Tints of Confetti #DCCC42

Color information

#DCCC42 (or 0xDCCC42) is unknown color: approx Confetti. HEX triplet: DC, CC and 42. RGB value is (220,204,66). Sum of RGB (Red+Green+Blue) = 220+204+66=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC42 is #2333BD. Grayscale: #C1C1C1. Windows color (decimal): -2307006 or 4377820. OLE color: 4377820.

HSL color Cylindrical-coordinate representation of color #DCCC42: hue angle of 53.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCCC42 is Cyan = 0, Magento = 0.07, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB22020466-
CMYK00.070.70.14
HSL53.77º68.75%56.08%-
HSV(B)53.77º70%86.27%-
XYZ52.0958.7913.76-
YUV193.0556.3147.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.90%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 66 (26.17% from 255) = 13.47%
R=44.90%
G=41.63%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202046600.070.70.1453.7768.7556.08
HexDCCC420746E364538
Octal33431410207106166610570
Binary110111001100110010000100111100011011101101101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC42; }

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

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

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

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

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

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

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

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