#D3C86D

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

Shades of Chenin #D3C86D

Tints of Chenin #D3C86D

Color information

#D3C86D (or 0xD3C86D) is unknown color: approx Chenin. HEX triplet: D3, C8 and 6D. RGB value is (211,200,109). Sum of RGB (Red+Green+Blue) = 211+200+109=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C86D is #2C3792. Grayscale: #C1C1C1. Windows color (decimal): -2897811 or 7194835. OLE color: 7194835.

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

Color convert

RGB211200109-
CMYK00.050.480.17
HSL53.53º53.68%62.75%-
HSV(B)53.53º48.34%82.75%-
XYZ50.2856.2622.68-
YUV192.9180.64140.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.58%
GREEN value IS 200 (78.52% from 255) = 38.46%
BLUE value IS 109 (42.97% from 255) = 20.96%
R=40.58%
G=38.46%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120010900.050.480.1753.5353.6862.75
HexD3C86D05301136363f
Octal323310155056021666677
Binary11010011110010001101101010111000010001110110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C86D; }

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

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

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

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

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

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

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

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