Html Css Color HEX #D5B287 Calico

📋 copy color: '#D5B287'

red 213 ◦ green 178 ◦ blue 135

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

Shades of Calico #D5B287

Tints of Calico #D5B287

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.84%

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

R = 40.49%
G = 33.84%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D5B287 (or 0xD5B287) is known color: Calico. HEX triplet: D5, B2 and 87. RGB value is (213,178,135). Sum of RGB (Red+Green+Blue) = 213+178+135=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B287 is #2A4D78. Grayscale: #B7B7B7. Windows color (decimal): -2772345 or 8893141. OLE color: 8893141.

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

Color convert

RGB 213 178 135 -
CMYK 0 0.16 0.37 0.16
HSL 33.08º 0.48% 0.68% -
HSV(B) 33.08º 0.37% 0.84% -
XYZ 47.73 47.74 29.62 -
YUV 183.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 213 178 135 0 0.16 0.37 0.16 33.08 0.48 0.68
Hex D5 B2 87 0 10 25 10 21 30 44
Octal 325 262 207 0 20 45 20 41 60 104
Binary 11010101 10110010 10000111 0 10000 100101 10000 100001 110000 1000100

Color Harmonies of #D5B287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B287

Black with #D5B287

Text Example


Text Example

White with #D5B287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B287; }

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

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

background-color css

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

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

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

border-color css

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

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

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