#DCCC40

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

Shades of Confetti #DCCC40

Tints of Confetti #DCCC40

Color information

#DCCC40 (or 0xDCCC40) is unknown color: approx Confetti. HEX triplet: DC, CC and 40. RGB value is (220,204,64). Sum of RGB (Red+Green+Blue) = 220+204+64=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC40 is #2333BF. Grayscale: #C1C1C1. Windows color (decimal): -2307008 or 4246748. OLE color: 4246748.

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

Color convert

RGB22020464-
CMYK00.070.710.14
HSL53.85º69.03%55.69%-
HSV(B)53.85º70.91%86.27%-
XYZ52.0358.7713.45-
YUV192.8255.3147.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 204 (80.08% from 255) = 41.80%
BLUE value IS 64 (25.39% from 255) = 13.11%
R=45.08%
G=41.80%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202046400.070.710.1453.8569.0355.69
HexDCCC400747E364538
Octal33431410007107166610570
Binary110111001100110010000000111100011111101101101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC40; }

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

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

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

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

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

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

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

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