#D4CB4E

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

Shades of Confetti #D4CB4E

Tints of Confetti #D4CB4E

Color information

#D4CB4E (or 0xD4CB4E) is unknown color: approx Confetti. HEX triplet: D4, CB and 4E. RGB value is (212,203,78). Sum of RGB (Red+Green+Blue) = 212+203+78=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB4E is #2B34B1. Grayscale: #BFBFBF. Windows color (decimal): -2831538 or 5163988. OLE color: 5163988.

HSL color Cylindrical-coordinate representation of color #D4CB4E: hue angle of 55.97º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4CB4E is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB21220378-
CMYK00.040.630.17
HSL55.97º60.91%56.86%-
HSV(B)55.97º63.21%83.14%-
XYZ49.8857.2615.63-
YUV191.4463.98142.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.00%
GREEN value IS 203 (79.69% from 255) = 41.18%
BLUE value IS 78 (30.86% from 255) = 15.82%
R=43.00%
G=41.18%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122037800.040.630.1755.9760.9156.86
HexD4CB4E043F11383d39
Octal324313116047721707571
Binary11010100110010111001110010011111110001111000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CB4E; }

 p { color: rgb(212,203,78); }

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

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

 a { background-color: rgb(212,203,78); }

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

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

 span { border-color: rgb(212,203,78); }

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