Html Css Color HEX #D5B087 Calico

📋 copy color: '#D5B087'

red 213 ◦ green 176 ◦ blue 135

#D5B087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Calico #D5B087

Tints of Calico #D5B087

RGB

 RED value IS 213 (83.59% from 255) = 40.65%

 GREEN value IS 176 (69.14% from 255) = 33.59%

 BLUE value IS 135 (53.13% from 255) = 25.76%

R = 40.65%
G = 33.59%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D5B087 (or 0xD5B087) is known color: Calico. HEX triplet: D5, B0 and 87. RGB value is (213,176,135). Sum of RGB (Red+Green+Blue) = 213+176+135=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B087 is #2A4F78. Grayscale: #B6B6B6. Windows color (decimal): -2772857 or 8892629. OLE color: 8892629.

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

Color convert

RGB 213 176 135 -
CMYK 0 0.17 0.37 0.16
HSL 31.54º 0.48% 0.68% -
HSV(B) 31.54º 0.37% 0.84% -
XYZ 47.34 46.95 29.49 -
YUV 182.39 101.26 149.83 -
System Red Green Blue C M Y K H S L
Decimal 213 176 135 0 0.17 0.37 0.16 31.54 0.48 0.68
Hex D5 B0 87 0 11 25 10 20 30 44
Octal 325 260 207 0 21 45 20 40 60 104
Binary 11010101 10110000 10000111 0 10001 100101 10000 100000 110000 1000100

Color Harmonies of #D5B087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B087

Black with #D5B087

Text Example


Text Example

White with #D5B087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B087; }

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

 H1.HeaderClassName
 {
   color: #D5B087;
 }
 .AnyTagClassName
 {
   color: #D5B087;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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