#D5BC75

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

Shades of Chenin #D5BC75

Tints of Chenin #D5BC75

Color information

#D5BC75 (or 0xD5BC75) is unknown color: approx Chenin. HEX triplet: D5, BC and 75. RGB value is (213,188,117). Sum of RGB (Red+Green+Blue) = 213+188+117=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC75 is #2A438A. Grayscale: #BBBBBB. Windows color (decimal): -2769803 or 7716053. OLE color: 7716053.

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

Color convert

RGB213188117-
CMYK00.120.450.16
HSL44.38º53.33%64.71%-
HSV(B)44.38º45.07%83.53%-
XYZ48.6351.424.19-
YUV187.3888.28146.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 117 (46.09% from 255) = 22.59%
R=41.12%
G=36.29%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318811700.120.450.1644.3853.3364.71
HexD5BC750C2D102c3541
Octal32527416501455205465101
Binary1101010110111100111010101100101101100001011001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BC75; }

 p { color: rgb(213,188,117); }

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

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

 a { background-color: rgb(213,188,117); }

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

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

 span { border-color: rgb(213,188,117); }

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