#D5CE4E

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

Shades of Confetti #D5CE4E

Tints of Confetti #D5CE4E

Color information

#D5CE4E (or 0xD5CE4E) is unknown color: approx Confetti. HEX triplet: D5, CE and 4E. RGB value is (213,206,78). Sum of RGB (Red+Green+Blue) = 213+206+78=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 78 (30.86% from 255 or 15.69% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE4E is #2A31B1. Grayscale: #C2C2C2. Windows color (decimal): -2765234 or 5164757. OLE color: 5164757.

HSL color Cylindrical-coordinate representation of color #D5CE4E: hue angle of 56.89º 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 #D5CE4E is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB21320678-
CMYK00.030.630.16
HSL56.89º61.64%57.06%-
HSV(B)56.89º63.38%83.53%-
XYZ50.8958.8415.88-
YUV193.562.82141.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 78 (30.86% from 255) = 15.69%
R=42.86%
G=41.45%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132067800.030.630.1656.8961.6457.06
HexD5CE4E033F10393e39
Octal325316116037720717671
Binary1101010111001110100111001111111110000111001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CE4E; }

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

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

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

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

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

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

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

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