#D2C34D

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

Shades of Confetti #D2C34D

Tints of Confetti #D2C34D

Color information

#D2C34D (or 0xD2C34D) is unknown color: approx Confetti. HEX triplet: D2, C3 and 4D. RGB value is (210,195,77). Sum of RGB (Red+Green+Blue) = 210+195+77=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C34D is #2D3CB2. Grayscale: #BABABA. Windows color (decimal): -2964659 or 5096402. OLE color: 5096402.

HSL color Cylindrical-coordinate representation of color #D2C34D: hue angle of 53.23º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2C34D is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB21019577-
CMYK00.070.630.18
HSL53.23º59.64%56.27%-
HSV(B)53.23º63.33%82.35%-
XYZ47.4353.2714.8-
YUV186.0366.47145.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 195 (76.56% from 255) = 40.46%
BLUE value IS 77 (30.47% from 255) = 15.98%
R=43.57%
G=40.46%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101957700.070.630.1853.2359.6456.27
HexD2C34D073F12353c38
Octal322303115077722657470
Binary11010010110000111001101011111111110010110101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C34D; }

 p { color: rgb(210,195,77); }

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

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

 a { background-color: rgb(210,195,77); }

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

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

 span { border-color: rgb(210,195,77); }

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