#D5B282

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

Shades of Calico #D5B282

Tints of Calico #D5B282

Color information

#D5B282 (or 0xD5B282) is unknown color: approx Calico. HEX triplet: D5, B2 and 82. RGB value is (213,178,130). Sum of RGB (Red+Green+Blue) = 213+178+130=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B282 is #2A4D7D. Grayscale: #B7B7B7. Windows color (decimal): -2772350 or 8565461. OLE color: 8565461.

HSL color Cylindrical-coordinate representation of color #D5B282: hue angle of 34.7º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5B282 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB213178130-
CMYK00.160.390.16
HSL34.7º49.7%67.25%-
HSV(B)34.7º38.97%83.53%-
XYZ47.3947.627.81-
YUV182.9998.1149.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 130 (51.17% from 255) = 24.95%
R=40.88%
G=34.17%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317813000.160.390.1634.749.767.25
HexD5B2820102710233243
Octal32526220202047204362103
Binary110101011011001010000010010000100111100001000111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B282; }

 p { color: rgb(213,178,130); }

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

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

 a { background-color: rgb(213,178,130); }

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

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

 span { border-color: rgb(213,178,130); }

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