#D7BB75

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

Shades of Chenin #D7BB75

Tints of Chenin #D7BB75

Color information

#D7BB75 (or 0xD7BB75) is unknown color: approx Chenin. HEX triplet: D7, BB and 75. RGB value is (215,187,117). Sum of RGB (Red+Green+Blue) = 215+187+117=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BB75 is #28448A. Grayscale: #BBBBBB. Windows color (decimal): -2638987 or 7715799. OLE color: 7715799.

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

Color convert

RGB215187117-
CMYK00.130.460.16
HSL42.86º55.06%65.1%-
HSV(B)42.86º45.58%84.31%-
XYZ49.0151.2724.14-
YUV187.3988.28147.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.43%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=41.43%
G=36.03%
B=22.54%

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
Decimal21518711700.130.460.1642.8655.0665.1
HexD7BB750D2E102b3741
Octal32727316501556205367101
Binary1101011110111011111010101101101110100001010111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BB75; }

 p { color: rgb(215,187,117); }

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

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

 a { background-color: rgb(215,187,117); }

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

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

 span { border-color: rgb(215,187,117); }

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