Html Css Color HEX #D6C96E Chenin

📋 copy color: '#D6C96E'

red 214 ◦ green 201 ◦ blue 110

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

Shades of Chenin #D6C96E

Tints of Chenin #D6C96E

RGB

 RED value IS 214 (83.98% from 255) = 40.76%

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

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

R = 40.76%
G = 38.29%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6C96E (or 0xD6C96E) is known color: Chenin. HEX triplet: D6, C9 and 6E. RGB value is (214,201,110). Sum of RGB (Red+Green+Blue) = 214+201+110=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C96E is #293691. Grayscale: #C2C2C2. Windows color (decimal): -2700946 or 7260630. OLE color: 7260630.

HSL color Cylindrical-coordinate representation of color #D6C96E: hue angle of 52.5º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6C96E is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 201 110 -
CMYK 0 0.06 0.49 0.16
HSL 52.5º 0.56% 0.64% -
HSV(B) 52.5º 0.49% 0.84% -
XYZ 51.43 57.2 23.08 -
YUV 194.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 214 201 110 0 0.06 0.49 0.16 52.5 0.56 0.64
Hex D6 C9 6E 0 6 31 10 34 38 40
Octal 326 311 156 0 6 61 20 64 70 100
Binary 11010110 11001001 1101110 0 110 110001 10000 110100 111000 1000000

Color Harmonies of #D6C96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C96E

Black with #D6C96E

Text Example


Text Example

White with #D6C96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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