Html Css Color HEX #D2C96E Chenin

📋 copy color: '#D2C96E'

red 210 ◦ green 201 ◦ blue 110

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

Shades of Chenin #D2C96E

Tints of Chenin #D2C96E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.58%

 BLUE value IS 110 (43.36% from 255) = 21.11%

R = 40.31%
G = 38.58%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2C96E (or 0xD2C96E) is known color: Chenin. HEX triplet: D2, C9 and 6E. RGB value is (210,201,110). Sum of RGB (Red+Green+Blue) = 210+201+110=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C96E is #2D3691. Grayscale: #C1C1C1. Windows color (decimal): -2963090 or 7260626. OLE color: 7260626.

HSL color Cylindrical-coordinate representation of color #D2C96E: hue angle of 54.6º 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 #D2C96E is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 201 110 -
CMYK 0 0.04 0.48 0.18
HSL 54.6º 0.53% 0.63% -
HSV(B) 54.6º 0.48% 0.82% -
XYZ 50.28 56.6 23.03 -
YUV 193.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 210 201 110 0 0.04 0.48 0.18 54.6 0.53 0.63
Hex D2 C9 6E 0 4 30 12 37 35 3F
Octal 322 311 156 0 4 60 22 67 65 77
Binary 11010010 11001001 1101110 0 100 110000 10010 110111 110101 111111

Color Harmonies of #D2C96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C96E

Black with #D2C96E

Text Example


Text Example

White with #D2C96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C96E; }

 p { color: rgb(210,201,110); }

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

background-color css

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

 a { background-color: rgb(210,201,110); }

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

border-color css

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

 span { border-color: rgb(210,201,110); }

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