#D6C86F

Color #D6C86F Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #D6C86F

Tints of Chenin #D6C86F

Color information

#D6C86F (or 0xD6C86F) is unknown color: approx Chenin. HEX triplet: D6, C8 and 6F. RGB value is (214,200,111). Sum of RGB (Red+Green+Blue) = 214+200+111=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C86F is #293790. Grayscale: #C2C2C2. Windows color (decimal): -2701201 or 7325910. OLE color: 7325910.

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

Color convert

RGB214200111-
CMYK00.070.480.16
HSL51.84º55.68%63.73%-
HSV(B)51.84º48.13%83.92%-
XYZ51.2656.7523.29-
YUV194.0481.14142.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 200 (78.52% from 255) = 38.10%
BLUE value IS 111 (43.75% from 255) = 21.14%
R=40.76%
G=38.10%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420011100.070.480.1651.8455.6863.73
HexD6C86F073010343840
Octal3263101570760206470100
Binary110101101100100011011110111110000100001101001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C86F; }

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

 H1.HeaderClassName
 {
   color: #D6C86F;
 }
 .AnyTagClassName
 {
   color: #D6C86F;
 }
</style>
background-color css

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

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

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

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

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

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