#D6BD6E

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

Shades of Chenin #D6BD6E

Tints of Chenin #D6BD6E

Color information

#D6BD6E (or 0xD6BD6E) is unknown color: approx Chenin. HEX triplet: D6, BD and 6E. RGB value is (214,189,110). Sum of RGB (Red+Green+Blue) = 214+189+110=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BD6E is #294291. Grayscale: #BBBBBB. Windows color (decimal): -2704018 or 7257558. OLE color: 7257558.

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

Color convert

RGB214189110-
CMYK00.120.490.16
HSL45.58º55.91%63.53%-
HSV(B)45.58º48.6%83.92%-
XYZ48.7451.8222.18-
YUV187.4784.28146.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 110 (43.36% from 255) = 21.44%
R=41.72%
G=36.84%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418911000.120.490.1645.5855.9163.53
HexD6BD6E0C31102e3840
Octal32627515601461205670100
Binary1101011010111101110111001100110001100001011101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BD6E; }

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

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

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

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

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

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

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

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