Html Css Color HEX #D7AB77 Calico

📋 copy color: '#D7AB77'

red 215 ◦ green 171 ◦ blue 119

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

Shades of Calico #D7AB77

Tints of Calico #D7AB77

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.86%

 BLUE value IS 119 (46.88% from 255) = 23.56%

R = 42.57%
G = 33.86%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D7AB77 (or 0xD7AB77) is known color: Calico. HEX triplet: D7, AB and 77. RGB value is (215,171,119). Sum of RGB (Red+Green+Blue) = 215+171+119=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB77 is #285488. Grayscale: #B2B2B2. Windows color (decimal): -2643081 or 7842775. OLE color: 7842775.

HSL color Cylindrical-coordinate representation of color #D7AB77: hue angle of 32.5º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7AB77 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 171 119 -
CMYK 0 0.20 0.45 0.16
HSL 32.5º 0.55% 0.65% -
HSV(B) 32.5º 0.45% 0.84% -
XYZ 45.92 44.9 23.7 -
YUV 178.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 215 171 119 0 0.20 0.45 0.16 32.5 0.55 0.65
Hex D7 AB 77 0 14 2D 10 20 37 41
Octal 327 253 167 0 24 55 20 40 67 101
Binary 11010111 10101011 1110111 0 10100 101101 10000 100000 110111 1000001

Color Harmonies of #D7AB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB77

Black with #D7AB77

Text Example


Text Example

White with #D7AB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB77; }

 p { color: rgb(215,171,119); }

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

background-color css

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

 a { background-color: rgb(215,171,119); }

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

border-color css

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

 span { border-color: rgb(215,171,119); }

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