#D4BA71

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

Shades of Chenin #D4BA71

Tints of Chenin #D4BA71

Color information

#D4BA71 (or 0xD4BA71) is unknown color: approx Chenin. HEX triplet: D4, BA and 71. RGB value is (212,186,113). Sum of RGB (Red+Green+Blue) = 212+186+113=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA71 is #2B458E. Grayscale: #B9B9B9. Windows color (decimal): -2835855 or 7453396. OLE color: 7453396.

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

Color convert

RGB212186113-
CMYK00.120.470.17
HSL44.24º53.51%63.73%-
HSV(B)44.24º46.7%83.14%-
XYZ47.6950.3122.82-
YUV185.4587.11146.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 113 (44.53% from 255) = 22.11%
R=41.49%
G=36.40%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218611300.120.470.1744.2453.5163.73
HexD4BA710C2F112c3640
Octal32427216101457215466100
Binary1101010010111010111000101100101111100011011001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BA71; }

 p { color: rgb(212,186,113); }

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

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

 a { background-color: rgb(212,186,113); }

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

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

 span { border-color: rgb(212,186,113); }

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