#D5B17A

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

Shades of Calico #D5B17A

Tints of Calico #D5B17A

Color information

#D5B17A (or 0xD5B17A) is unknown color: approx Calico. HEX triplet: D5, B1 and 7A. RGB value is (213,177,122). Sum of RGB (Red+Green+Blue) = 213+177+122=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B17A is #2A4E85. Grayscale: #B5B5B5. Windows color (decimal): -2772614 or 8040917. OLE color: 8040917.

HSL color Cylindrical-coordinate representation of color #D5B17A: hue angle of 36.26º 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 #D5B17A is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB213177122-
CMYK00.170.430.16
HSL36.26º52%65.69%-
HSV(B)36.26º42.72%83.53%-
XYZ46.684725.02-
YUV181.4994.43150.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 122 (48.05% from 255) = 23.83%
R=41.60%
G=34.57%
B=23.83%

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
Decimal21317712200.170.430.1636.265265.69
HexD5B17A0112B10243442
Octal32526117202153204464102
Binary11010101101100011111010010001101011100001001001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B17A; }

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

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

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

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

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

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

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

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