Html Css Color HEX #D7B287 Calico

📋 copy color: '#D7B287'

red 215 ◦ green 178 ◦ blue 135

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

Shades of Calico #D7B287

Tints of Calico #D7B287

RGB

 RED value IS 215 (84.38% from 255) = 40.72%

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

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

R = 40.72%
G = 33.71%
B = 25.57%

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

#D7B287 (or 0xD7B287) is known color: Calico. HEX triplet: D7, B2 and 87. RGB value is (215,178,135). Sum of RGB (Red+Green+Blue) = 215+178+135=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B287 is #284D78. Grayscale: #B8B8B8. Windows color (decimal): -2641273 or 8893143. OLE color: 8893143.

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

Color convert

RGB 215 178 135 -
CMYK 0 0.17 0.37 0.16
HSL 32.25º 0.5% 0.69% -
HSV(B) 32.25º 0.37% 0.84% -
XYZ 48.32 48.04 29.65 -
YUV 184.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 215 178 135 0 0.17 0.37 0.16 32.25 0.5 0.69
Hex D7 B2 87 0 11 25 10 20 32 45
Octal 327 262 207 0 21 45 20 40 62 105
Binary 11010111 10110010 10000111 0 10001 100101 10000 100000 110010 1000101

Color Harmonies of #D7B287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B287

Black with #D7B287

Text Example


Text Example

White with #D7B287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B287; }

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

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

background-color css

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

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

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

border-color css

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

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

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