#D6BB73

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

Shades of Chenin #D6BB73

Tints of Chenin #D6BB73

Color information

#D6BB73 (or 0xD6BB73) is unknown color: approx Chenin. HEX triplet: D6, BB and 73. RGB value is (214,187,115). Sum of RGB (Red+Green+Blue) = 214+187+115=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BB73 is #29448C. Grayscale: #BBBBBB. Windows color (decimal): -2704525 or 7584726. OLE color: 7584726.

HSL color Cylindrical-coordinate representation of color #D6BB73: hue angle of 43.64º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6BB73 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB214187115-
CMYK00.130.460.16
HSL43.64º54.7%64.51%-
HSV(B)43.64º46.26%83.92%-
XYZ48.651.0723.52-
YUV186.8687.45147.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 115 (45.31% from 255) = 22.29%
R=41.47%
G=36.24%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418711500.130.460.1643.6454.764.51
HexD6BB730D2E102c3741
Octal32627316301556205467101
Binary1101011010111011111001101101101110100001011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB73; }

 p { color: rgb(214,187,115); }

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

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

 a { background-color: rgb(214,187,115); }

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

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

 span { border-color: rgb(214,187,115); }

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