#D6CB6E

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

Shades of Chenin #D6CB6E

Tints of Chenin #D6CB6E

Color information

#D6CB6E (or 0xD6CB6E) is unknown color: approx Chenin. HEX triplet: D6, CB and 6E. RGB value is (214,203,110). Sum of RGB (Red+Green+Blue) = 214+203+110=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB6E is #293491. Grayscale: #C4C4C4. Windows color (decimal): -2700434 or 7261142. OLE color: 7261142.

HSL color Cylindrical-coordinate representation of color #D6CB6E: hue angle of 53.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6CB6E is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214203110-
CMYK00.050.490.16
HSL53.65º55.91%63.53%-
HSV(B)53.65º48.6%83.92%-
XYZ51.958.1323.24-
YUV195.6979.64141.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 203 (79.69% from 255) = 38.52%
BLUE value IS 110 (43.36% from 255) = 20.87%
R=40.61%
G=38.52%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420311000.050.490.1653.6555.9163.53
HexD6CB6E053110363840
Octal3263131560561206670100
Binary110101101100101111011100101110001100001101101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CB6E; }

 p { color: rgb(214,203,110); }

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

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

 a { background-color: rgb(214,203,110); }

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

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

 span { border-color: rgb(214,203,110); }

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