#D6C56B

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

Shades of Chenin #D6C56B

Tints of Chenin #D6C56B

Color information

#D6C56B (or 0xD6C56B) is unknown color: approx Chenin. HEX triplet: D6, C5 and 6B. RGB value is (214,197,107). Sum of RGB (Red+Green+Blue) = 214+197+107=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C56B is #293A94. Grayscale: #C0C0C0. Windows color (decimal): -2701973 or 7062998. OLE color: 7062998.

HSL color Cylindrical-coordinate representation of color #D6C56B: hue angle of 50.47º 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 #D6C56B is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214197107-
CMYK00.080.500.16
HSL50.47º56.61%62.94%-
HSV(B)50.47º50%83.92%-
XYZ50.3555.2921.93-
YUV191.8280.13143.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 197 (77.34% from 255) = 38.03%
BLUE value IS 107 (42.19% from 255) = 20.66%
R=41.31%
G=38.03%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419710700.080.500.1650.4756.6162.94
HexD6C56B08321032393f
Octal3263051530106220627177
Binary110101101100010111010110100011001010000110010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C56B; }

 p { color: rgb(214,197,107); }

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

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

 a { background-color: rgb(214,197,107); }

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

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

 span { border-color: rgb(214,197,107); }

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