#D5D24A

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

Shades of Confetti #D5D24A

Tints of Confetti #D5D24A

Color information

#D5D24A (or 0xD5D24A) is unknown color: approx Confetti. HEX triplet: D5, D2 and 4A. RGB value is (213,210,74). Sum of RGB (Red+Green+Blue) = 213+210+74=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D24A is #2A2DB5. Grayscale: #C3C3C3. Windows color (decimal): -2764214 or 4903637. OLE color: 4903637.

HSL color Cylindrical-coordinate representation of color #D5D24A: hue angle of 58.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5D24A is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB21321074-
CMYK00.010.650.16
HSL58.71º62.33%56.27%-
HSV(B)58.71º65.26%83.53%-
XYZ51.7260.7315.48-
YUV195.3959.49140.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 74 (29.30% from 255) = 14.89%
R=42.86%
G=42.25%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132107400.010.650.1658.7162.3356.27
HexD5D24A0141103b3e38
Octal3253221120110120737670
Binary1101010111010010100101001100000110000111011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D24A; }

 p { color: rgb(213,210,74); }

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

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

 a { background-color: rgb(213,210,74); }

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

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

 span { border-color: rgb(213,210,74); }

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