#D3BD72

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

Shades of Chenin #D3BD72

Tints of Chenin #D3BD72

Color information

#D3BD72 (or 0xD3BD72) is unknown color: approx Chenin. HEX triplet: D3, BD and 72. RGB value is (211,189,114). Sum of RGB (Red+Green+Blue) = 211+189+114=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BD72 is #2C428D. Grayscale: #BBBBBB. Windows color (decimal): -2900622 or 7519699. OLE color: 7519699.

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

Color convert

RGB211189114-
CMYK00.100.460.17
HSL46.39º52.43%63.73%-
HSV(B)46.39º45.97%82.75%-
XYZ48.151.4623.32-
YUV187.0386.79145.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.05%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 114 (44.92% from 255) = 22.18%
R=41.05%
G=36.77%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118911400.100.460.1746.3952.4363.73
HexD3BD720A2E112e3440
Octal32327516201256215664100
Binary1101001110111101111001001010101110100011011101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BD72; }

 p { color: rgb(211,189,114); }

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

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

 a { background-color: rgb(211,189,114); }

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

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

 span { border-color: rgb(211,189,114); }

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