#D5D34E

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

Shades of Confetti #D5D34E

Tints of Confetti #D5D34E

Color information

#D5D34E (or 0xD5D34E) is unknown color: approx Confetti. HEX triplet: D5, D3 and 4E. RGB value is (213,211,78). Sum of RGB (Red+Green+Blue) = 213+211+78=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D34E is #2A2CB1. Grayscale: #C4C4C4. Windows color (decimal): -2763954 or 5166037. OLE color: 5166037.

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

Color convert

RGB21321178-
CMYK00.010.630.16
HSL59.11º61.64%57.06%-
HSV(B)59.11º63.38%83.53%-
XYZ52.1161.2816.29-
YUV196.4461.16139.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.43%
GREEN value IS 211 (82.81% from 255) = 42.03%
BLUE value IS 78 (30.86% from 255) = 15.54%
R=42.43%
G=42.03%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132117800.010.630.1659.1161.6457.06
HexD5D34E013F103b3e39
Octal325323116017720737671
Binary110101011101001110011100111111110000111011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D34E; }

 p { color: rgb(213,211,78); }

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

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

 a { background-color: rgb(213,211,78); }

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

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

 span { border-color: rgb(213,211,78); }

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