Html Css Color HEX #D6C86A Chenin

📋 copy color: '#D6C86A'

red 214 ◦ green 200 ◦ blue 106

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

Shades of Chenin #D6C86A

Tints of Chenin #D6C86A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.46%

 BLUE value IS 106 (41.8% from 255) = 20.38%

R = 41.15%
G = 38.46%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6C86A (or 0xD6C86A) is known color: Chenin. HEX triplet: D6, C8 and 6A. RGB value is (214,200,106). Sum of RGB (Red+Green+Blue) = 214+200+106=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C86A is #293795. Grayscale: #C1C1C1. Windows color (decimal): -2701206 or 6998230. OLE color: 6998230.

HSL color Cylindrical-coordinate representation of color #D6C86A: hue angle of 52.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6C86A is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 200 106 -
CMYK 0 0.07 0.50 0.16
HSL 52.22º 0.57% 0.63% -
HSV(B) 52.22º 0.5% 0.84% -
XYZ 50.99 56.65 21.88 -
YUV 193.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 214 200 106 0 0.07 0.50 0.16 52.22 0.57 0.63
Hex D6 C8 6A 0 7 32 10 34 39 3F
Octal 326 310 152 0 7 62 20 64 71 77
Binary 11010110 11001000 1101010 0 111 110010 10000 110100 111001 111111

Color Harmonies of #D6C86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C86A

Black with #D6C86A

Text Example


Text Example

White with #D6C86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C86A; }

 p { color: rgb(214,200,106); }

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

background-color css

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

 a { background-color: rgb(214,200,106); }

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

border-color css

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

 span { border-color: rgb(214,200,106); }

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