#D0BB71

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

Shades of Chenin #D0BB71

Tints of Chenin #D0BB71

Color information

#D0BB71 (or 0xD0BB71) is unknown color: approx Chenin. HEX triplet: D0, BB and 71. RGB value is (208,187,113). Sum of RGB (Red+Green+Blue) = 208+187+113=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BB71 is #2F448E. Grayscale: #B9B9B9. Windows color (decimal): -3097743 or 7453648. OLE color: 7453648.

HSL color Cylindrical-coordinate representation of color #D0BB71: hue angle of 46.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0BB71 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB208187113-
CMYK00.100.460.18
HSL46.74º50.26%62.94%-
HSV(B)46.74º45.67%81.57%-
XYZ46.7650.1422.84-
YUV184.8487.46144.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 113 (44.53% from 255) = 22.24%
R=40.94%
G=36.81%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818711300.100.460.1846.7450.2662.94
HexD0BB710A2E122f323f
Octal3202731610125622576277
Binary110100001011101111100010101010111010010101111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB71; }

 p { color: rgb(208,187,113); }

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

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

 a { background-color: rgb(208,187,113); }

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

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

 span { border-color: rgb(208,187,113); }

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