#D6BE6E

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

Shades of Chenin #D6BE6E

Tints of Chenin #D6BE6E

Color information

#D6BE6E (or 0xD6BE6E) is unknown color: approx Chenin. HEX triplet: D6, BE and 6E. RGB value is (214,190,110). Sum of RGB (Red+Green+Blue) = 214+190+110=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BE6E is #294191. Grayscale: #BCBCBC. Windows color (decimal): -2703762 or 7257814. OLE color: 7257814.

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

Color convert

RGB214190110-
CMYK00.110.490.16
HSL46.15º55.91%63.53%-
HSV(B)46.15º48.6%83.92%-
XYZ48.9652.2522.26-
YUV188.0683.95146.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.63%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 110 (43.36% from 255) = 21.40%
R=41.63%
G=36.96%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419011000.110.490.1646.1555.9163.53
HexD6BE6E0B31102e3840
Octal32627615601361205670100
Binary1101011010111110110111001011110001100001011101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BE6E; }

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

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

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

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

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

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

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

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