#D4C34F

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

Shades of Confetti #D4C34F

Tints of Confetti #D4C34F

Color information

#D4C34F (or 0xD4C34F) is unknown color: approx Confetti. HEX triplet: D4, C3 and 4F. RGB value is (212,195,79). Sum of RGB (Red+Green+Blue) = 212+195+79=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C34F is #2B3CB0. Grayscale: #BBBBBB. Windows color (decimal): -2833585 or 5227476. OLE color: 5227476.

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

Color convert

RGB21219579-
CMYK00.080.630.17
HSL52.33º60.73%57.06%-
HSV(B)52.33º62.74%83.14%-
XYZ48.0853.5915.21-
YUV186.8667.13145.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.62%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 79 (31.25% from 255) = 16.26%
R=43.62%
G=40.12%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121957900.080.630.1752.3360.7357.06
HexD4C34F083F11343d39
Octal3243031170107721647571
Binary110101001100001110011110100011111110001110100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C34F; }

 p { color: rgb(212,195,79); }

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

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

 a { background-color: rgb(212,195,79); }

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

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

 span { border-color: rgb(212,195,79); }

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