#DCD24C

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

Shades of Confetti #DCD24C

Tints of Confetti #DCD24C

Color information

#DCD24C (or 0xDCD24C) is unknown color: approx Confetti. HEX triplet: DC, D2 and 4C. RGB value is (220,210,76). Sum of RGB (Red+Green+Blue) = 220+210+76=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD24C is #232DB3. Grayscale: #C6C6C6. Windows color (decimal): -2305460 or 5034716. OLE color: 5034716.

HSL color Cylindrical-coordinate representation of color #DCD24C: hue angle of 55.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCD24C is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB22021076-
CMYK00.050.650.14
HSL55.83º67.29%58.04%-
HSV(B)55.83º65.45%86.27%-
XYZ53.8761.8315.93-
YUV197.7159.31143.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 210 (82.42% from 255) = 41.50%
BLUE value IS 76 (30.08% from 255) = 15.02%
R=43.48%
G=41.50%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202107600.050.650.1455.8367.2958.04
HexDCD24C0541E38433a
Octal33432211405101167010372
Binary110111001101001010011000101100000111101110001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD24C; }

 p { color: rgb(220,210,76); }

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

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

 a { background-color: rgb(220,210,76); }

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

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

 span { border-color: rgb(220,210,76); }

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