#D6C36B

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

Shades of Chenin #D6C36B

Tints of Chenin #D6C36B

Color information

#D6C36B (or 0xD6C36B) is unknown color: approx Chenin. HEX triplet: D6, C3 and 6B. RGB value is (214,195,107). Sum of RGB (Red+Green+Blue) = 214+195+107=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C36B is #293C94. Grayscale: #BFBFBF. Windows color (decimal): -2702485 or 7062486. OLE color: 7062486.

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

Color convert

RGB214195107-
CMYK00.090.500.16
HSL49.35º56.61%62.94%-
HSV(B)49.35º50%83.92%-
XYZ49.954.3921.78-
YUV190.6580.79144.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 195 (76.56% from 255) = 37.79%
BLUE value IS 107 (42.19% from 255) = 20.74%
R=41.47%
G=37.79%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419510700.090.500.1649.3556.6162.94
HexD6C36B09321031393f
Octal3263031530116220617177
Binary110101101100001111010110100111001010000110001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C36B; }

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

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

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

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

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

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

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

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