#D4BB75

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

Shades of Chenin #D4BB75

Tints of Chenin #D4BB75

Color information

#D4BB75 (or 0xD4BB75) is unknown color: approx Chenin. HEX triplet: D4, BB and 75. RGB value is (212,187,117). Sum of RGB (Red+Green+Blue) = 212+187+117=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BB75 is #2B448A. Grayscale: #BABABA. Windows color (decimal): -2835595 or 7715796. OLE color: 7715796.

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

Color convert

RGB212187117-
CMYK00.120.450.17
HSL44.21º52.49%64.51%-
HSV(B)44.21º44.81%83.14%-
XYZ48.1350.8224.1-
YUV186.4988.78146.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 117 (46.09% from 255) = 22.67%
R=41.09%
G=36.24%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218711700.120.450.1744.2152.4964.51
HexD4BB750C2D112c3441
Octal32427316501455215464101
Binary1101010010111011111010101100101101100011011001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BB75; }

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

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

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

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

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

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

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

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