Html Css Color HEX #D7B687 Calico

📋 copy color: '#D7B687'

red 215 ◦ green 182 ◦ blue 135

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

Shades of Calico #D7B687

Tints of Calico #D7B687

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.21%

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

R = 40.41%
G = 34.21%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D7B687 (or 0xD7B687) is known color: Calico. HEX triplet: D7, B6 and 87. RGB value is (215,182,135). Sum of RGB (Red+Green+Blue) = 215+182+135=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B687 is #284978. Grayscale: #BABABA. Windows color (decimal): -2640249 or 8894167. OLE color: 8894167.

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

Color convert

RGB 215 182 135 -
CMYK 0 0.15 0.37 0.16
HSL 35.25º 0.5% 0.69% -
HSV(B) 35.25º 0.37% 0.84% -
XYZ 49.13 49.65 29.92 -
YUV 186.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 215 182 135 0 0.15 0.37 0.16 35.25 0.5 0.69
Hex D7 B6 87 0 F 25 10 23 32 45
Octal 327 266 207 0 17 45 20 43 62 105
Binary 11010111 10110110 10000111 0 1111 100101 10000 100011 110010 1000101

Color Harmonies of #D7B687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B687

Black with #D7B687

Text Example


Text Example

White with #D7B687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B687; }

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

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

background-color css

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

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

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

border-color css

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

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

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