Html Css Color HEX #D2C06D Chenin

📋 copy color: '#D2C06D'

red 210 ◦ green 192 ◦ blue 109

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

Shades of Chenin #D2C06D

Tints of Chenin #D2C06D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.57%

 BLUE value IS 109 (42.97% from 255) = 21.33%

R = 41.1%
G = 37.57%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2C06D (or 0xD2C06D) is known color: Chenin. HEX triplet: D2, C0 and 6D. RGB value is (210,192,109). Sum of RGB (Red+Green+Blue) = 210+192+109=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C06D is #2D3F92. Grayscale: #BCBCBC. Windows color (decimal): -2965395 or 7192786. OLE color: 7192786.

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

Color convert

RGB 210 192 109 -
CMYK 0 0.09 0.48 0.18
HSL 49.31º 0.53% 0.63% -
HSV(B) 49.31º 0.48% 0.82% -
XYZ 48.19 52.51 22.06 -
YUV 187.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 210 192 109 0 0.09 0.48 0.18 49.31 0.53 0.63
Hex D2 C0 6D 0 9 30 12 31 35 3F
Octal 322 300 155 0 11 60 22 61 65 77
Binary 11010010 11000000 1101101 0 1001 110000 10010 110001 110101 111111

Color Harmonies of #D2C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C06D

Black with #D2C06D

Text Example


Text Example

White with #D2C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C06D; }

 p { color: rgb(210,192,109); }

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

background-color css

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

 a { background-color: rgb(210,192,109); }

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

border-color css

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

 span { border-color: rgb(210,192,109); }

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