#D6D24C

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

Shades of Confetti #D6D24C

Tints of Confetti #D6D24C

Color information

#D6D24C (or 0xD6D24C) is unknown color: approx Confetti. HEX triplet: D6, D2 and 4C. RGB value is (214,210,76). Sum of RGB (Red+Green+Blue) = 214+210+76=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D24C is #292DB3. Grayscale: #C4C4C4. Windows color (decimal): -2698676 or 5034710. OLE color: 5034710.

HSL color Cylindrical-coordinate representation of color #D6D24C: hue angle of 58.26º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6D24C is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB21421076-
CMYK00.020.640.16
HSL58.26º62.73%56.86%-
HSV(B)58.26º64.49%83.92%-
XYZ52.0860.9115.85-
YUV195.9260.33140.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 210 (82.42% from 255) = 42%
BLUE value IS 76 (30.08% from 255) = 15.2%
R=42.8%
G=42%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142107600.020.640.1658.2662.7356.86
HexD6D24C0240103a3f39
Octal3263221140210020727771
Binary11010110110100101001100010100000010000111010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D24C; }

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

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

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

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

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

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

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

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