#D3C86A

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

Shades of Chenin #D3C86A

Tints of Chenin #D3C86A

Color information

#D3C86A (or 0xD3C86A) is unknown color: approx Chenin. HEX triplet: D3, C8 and 6A. RGB value is (211,200,106). Sum of RGB (Red+Green+Blue) = 211+200+106=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C86A is #2C3795. Grayscale: #C0C0C0. Windows color (decimal): -2897814 or 6998227. OLE color: 6998227.

HSL color Cylindrical-coordinate representation of color #D3C86A: hue angle of 53.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3C86A is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB211200106-
CMYK00.050.500.17
HSL53.71º54.4%62.16%-
HSV(B)53.71º49.76%82.75%-
XYZ50.1256.221.84-
YUV192.5779.14141.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.81%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 106 (41.80% from 255) = 20.50%
R=40.81%
G=38.68%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120010600.050.500.1753.7154.462.16
HexD3C86A05321136363e
Octal323310152056221666676
Binary11010011110010001101010010111001010001110110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C86A; }

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

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

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

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

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

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

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

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