Html Css Color HEX #D6B187 Calico

📋 copy color: '#D6B187'

red 214 ◦ green 177 ◦ blue 135

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

Shades of Calico #D6B187

Tints of Calico #D6B187

RGB

 RED value IS 214 (83.98% from 255) = 40.68%

 GREEN value IS 177 (69.53% from 255) = 33.65%

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

R = 40.68%
G = 33.65%
B = 25.67%

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

#D6B187 (or 0xD6B187) is known color: Calico. HEX triplet: D6, B1 and 87. RGB value is (214,177,135). Sum of RGB (Red+Green+Blue) = 214+177+135=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B187 is #294E78. Grayscale: #B7B7B7. Windows color (decimal): -2707065 or 8892886. OLE color: 8892886.

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

Color convert

RGB 214 177 135 -
CMYK 0 0.17 0.37 0.16
HSL 31.9º 0.49% 0.68% -
HSV(B) 31.9º 0.37% 0.84% -
XYZ 47.83 47.49 29.57 -
YUV 183.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 214 177 135 0 0.17 0.37 0.16 31.9 0.49 0.68
Hex D6 B1 87 0 11 25 10 20 31 44
Octal 326 261 207 0 21 45 20 40 61 104
Binary 11010110 10110001 10000111 0 10001 100101 10000 100000 110001 1000100

Color Harmonies of #D6B187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B187

Black with #D6B187

Text Example


Text Example

White with #D6B187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B187; }

 p { color: rgb(214,177,135); }

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

background-color css

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

 a { background-color: rgb(214,177,135); }

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

border-color css

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

 span { border-color: rgb(214,177,135); }

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