Html Css Color HEX #D7B486 Calico

📋 copy color: '#D7B486'

red 215 ◦ green 180 ◦ blue 134

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

Shades of Calico #D7B486

Tints of Calico #D7B486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.03%

 BLUE value IS 134 (52.73% from 255) = 25.33%

R = 40.64%
G = 34.03%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D7B486 (or 0xD7B486) is known color: Calico. HEX triplet: D7, B4 and 86. RGB value is (215,180,134). Sum of RGB (Red+Green+Blue) = 215+180+134=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B486 is #284B79. Grayscale: #B9B9B9. Windows color (decimal): -2640762 or 8828119. OLE color: 8828119.

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

Color convert

RGB 215 180 134 -
CMYK 0 0.16 0.38 0.16
HSL 34.07º 0.5% 0.68% -
HSV(B) 34.07º 0.38% 0.84% -
XYZ 48.65 48.81 29.41 -
YUV 185.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 215 180 134 0 0.16 0.38 0.16 34.07 0.5 0.68
Hex D7 B4 86 0 10 26 10 22 32 44
Octal 327 264 206 0 20 46 20 42 62 104
Binary 11010111 10110100 10000110 0 10000 100110 10000 100010 110010 1000100

Color Harmonies of #D7B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B486

Black with #D7B486

Text Example


Text Example

White with #D7B486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B486; }

 p { color: rgb(215,180,134); }

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

background-color css

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

 a { background-color: rgb(215,180,134); }

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

border-color css

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

 span { border-color: rgb(215,180,134); }

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