#D5B07A

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

Shades of Calico #D5B07A

Tints of Calico #D5B07A

Color information

#D5B07A (or 0xD5B07A) is unknown color: approx Calico. HEX triplet: D5, B0 and 7A. RGB value is (213,176,122). Sum of RGB (Red+Green+Blue) = 213+176+122=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B07A is #2A4F85. Grayscale: #B5B5B5. Windows color (decimal): -2772870 or 8040661. OLE color: 8040661.

HSL color Cylindrical-coordinate representation of color #D5B07A: hue angle of 35.6º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5B07A is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB213176122-
CMYK00.170.430.16
HSL35.6º52%65.69%-
HSV(B)35.6º42.72%83.53%-
XYZ46.4846.624.96-
YUV180.9194.76150.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 176 (69.14% from 255) = 34.44%
BLUE value IS 122 (48.05% from 255) = 23.87%
R=41.68%
G=34.44%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317612200.170.430.1635.65265.69
HexD5B07A0112B10243442
Octal32526017202153204464102
Binary11010101101100001111010010001101011100001001001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B07A; }

 p { color: rgb(213,176,122); }

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

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

 a { background-color: rgb(213,176,122); }

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

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

 span { border-color: rgb(213,176,122); }

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