#D5BC72

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

Shades of Chenin #D5BC72

Tints of Chenin #D5BC72

Color information

#D5BC72 (or 0xD5BC72) is unknown color: approx Chenin. HEX triplet: D5, BC and 72. RGB value is (213,188,114). Sum of RGB (Red+Green+Blue) = 213+188+114=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC72 is #2A438D. Grayscale: #BBBBBB. Windows color (decimal): -2769806 or 7519445. OLE color: 7519445.

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

Color convert

RGB213188114-
CMYK00.120.460.16
HSL44.85º54.1%64.12%-
HSV(B)44.85º46.48%83.53%-
XYZ48.4651.3323.27-
YUV187.0486.78146.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 114 (44.92% from 255) = 22.14%
R=41.36%
G=36.50%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318811400.120.460.1644.8554.164.12
HexD5BC720C2E102d3640
Octal32527416201456205566100
Binary1101010110111100111001001100101110100001011011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BC72; }

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

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

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

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

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

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

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

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