#D6C34F

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

Shades of Confetti #D6C34F

Tints of Confetti #D6C34F

Color information

#D6C34F (or 0xD6C34F) is unknown color: approx Confetti. HEX triplet: D6, C3 and 4F. RGB value is (214,195,79). Sum of RGB (Red+Green+Blue) = 214+195+79=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C34F is #293CB0. Grayscale: #BBBBBB. Windows color (decimal): -2702513 or 5227478. OLE color: 5227478.

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

Color convert

RGB21419579-
CMYK00.090.630.16
HSL51.56º62.21%57.45%-
HSV(B)51.56º63.08%83.92%-
XYZ48.6653.8915.23-
YUV187.4666.79146.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 79 (31.25% from 255) = 16.19%
R=43.85%
G=39.96%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141957900.090.630.1651.5662.2157.45
HexD6C34F093F10343e39
Octal3263031170117720647671
Binary110101101100001110011110100111111110000110100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C34F; }

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

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

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

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

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

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

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

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