Html Css Color HEX #D2C34E Confetti

📋 copy color: '#D2C34E'

red 210 ◦ green 195 ◦ blue 78

#D2C34E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #D2C34E

Tints of Confetti #D2C34E

RGB

 RED value IS 210 (82.42% from 255) = 43.48%

 GREEN value IS 195 (76.56% from 255) = 40.37%

 BLUE value IS 78 (30.86% from 255) = 16.15%

R = 43.48%
G = 40.37%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2C34E (or 0xD2C34E) is known color: Confetti. HEX triplet: D2, C3 and 4E. RGB value is (210,195,78). Sum of RGB (Red+Green+Blue) = 210+195+78=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C34E is #2D3CB1. Grayscale: #BABABA. Windows color (decimal): -2964658 or 5161938. OLE color: 5161938.

HSL color Cylindrical-coordinate representation of color #D2C34E: hue angle of 53.18º degrees, saturation: 0.59, 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 #D2C34E is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 195 78 -
CMYK 0 0.07 0.63 0.18
HSL 53.18º 0.59% 0.56% -
HSV(B) 53.18º 0.63% 0.82% -
XYZ 47.47 53.28 14.99 -
YUV 186.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 210 195 78 0 0.07 0.63 0.18 53.18 0.59 0.56
Hex D2 C3 4E 0 7 3F 12 35 3B 38
Octal 322 303 116 0 7 77 22 65 73 70
Binary 11010010 11000011 1001110 0 111 111111 10010 110101 111011 111000

Color Harmonies of #D2C34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C34E

Black with #D2C34E

Text Example


Text Example

White with #D2C34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C34E; }

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

 H1.HeaderClassName
 {
   color: #D2C34E;
 }
 .AnyTagClassName
 {
   color: #D2C34E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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