#D1B081

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

Shades of Calico #D1B081

Tints of Calico #D1B081

Color information

#D1B081 (or 0xD1B081) is unknown color: approx Calico. HEX triplet: D1, B0 and 81. RGB value is (209,176,129). Sum of RGB (Red+Green+Blue) = 209+176+129=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B081 is #2E4F7E. Grayscale: #B4B4B4. Windows color (decimal): -3035007 or 8499409. OLE color: 8499409.

HSL color Cylindrical-coordinate representation of color #D1B081: hue angle of 35.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1B081 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB209176129-
CMYK00.160.380.18
HSL35.25º46.51%66.27%-
HSV(B)35.25º38.28%81.96%-
XYZ45.7846.1927.27-
YUV180.5198.93148.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 129 (50.78% from 255) = 25.10%
R=40.66%
G=34.24%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917612900.160.380.1835.2546.5166.27
HexD1B0810102612232f42
Octal32126020102046224357102
Binary110100011011000010000001010000100110100101000111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B081; }

 p { color: rgb(209,176,129); }

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

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

 a { background-color: rgb(209,176,129); }

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

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

 span { border-color: rgb(209,176,129); }

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