#D6BC6C

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

Shades of Chenin #D6BC6C

Tints of Chenin #D6BC6C

Color information

#D6BC6C (or 0xD6BC6C) is unknown color: approx Chenin. HEX triplet: D6, BC and 6C. RGB value is (214,188,108). Sum of RGB (Red+Green+Blue) = 214+188+108=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BC6C is #294393. Grayscale: #BBBBBB. Windows color (decimal): -2704276 or 7126230. OLE color: 7126230.

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

Color convert

RGB214188108-
CMYK00.120.500.16
HSL45.28º56.38%63.14%-
HSV(B)45.28º49.53%83.92%-
XYZ48.4251.3521.55-
YUV186.6583.61147.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 188 (73.83% from 255) = 36.86%
BLUE value IS 108 (42.58% from 255) = 21.18%
R=41.96%
G=36.86%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418810800.120.500.1645.2856.3863.14
HexD6BC6C0C32102d383f
Octal3262741540146220557077
Binary110101101011110011011000110011001010000101101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BC6C; }

 p { color: rgb(214,188,108); }

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

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

 a { background-color: rgb(214,188,108); }

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

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

 span { border-color: rgb(214,188,108); }

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