#D5B088

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

Shades of Calico #D5B088

Tints of Calico #D5B088

Color information

#D5B088 (or 0xD5B088) is unknown color: approx Calico. HEX triplet: D5, B0 and 88. RGB value is (213,176,136). Sum of RGB (Red+Green+Blue) = 213+176+136=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B088 is #2A4F77. Grayscale: #B6B6B6. Windows color (decimal): -2772856 or 8958165. OLE color: 8958165.

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

Color convert

RGB213176136-
CMYK00.170.360.16
HSL31.17º47.83%68.43%-
HSV(B)31.17º36.15%83.53%-
XYZ47.4146.9729.86-
YUV182.5101.76149.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 136 (53.52% from 255) = 25.90%
R=40.57%
G=33.52%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317613600.170.360.1631.1747.8368.43
HexD5B08801124101f3044
Octal32526021002144203760104
Binary11010101101100001000100001000110010010000111111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B088; }

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

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

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

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

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

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

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

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