Html Css Color HEX #D8AB7F Calico

📋 copy color: '#D8AB7F'

red 216 ◦ green 171 ◦ blue 127

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

Shades of Calico #D8AB7F

Tints of Calico #D8AB7F

RGB

 RED value IS 216 (84.77% from 255) = 42.02%

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

 BLUE value IS 127 (50% from 255) = 24.71%

R = 42.02%
G = 33.27%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8AB7F (or 0xD8AB7F) is known color: Calico. HEX triplet: D8, AB and 7F. RGB value is (216,171,127). Sum of RGB (Red+Green+Blue) = 216+171+127=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB7F is #275480. Grayscale: #B3B3B3. Windows color (decimal): -2577537 or 8367064. OLE color: 8367064.

HSL color Cylindrical-coordinate representation of color #D8AB7F: hue angle of 29.66º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8AB7F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 127 -
CMYK 0 0.21 0.41 0.15
HSL 29.66º 0.53% 0.67% -
HSV(B) 29.66º 0.41% 0.85% -
XYZ 46.71 45.26 26.35 -
YUV 179.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 216 171 127 0 0.21 0.41 0.15 29.66 0.53 0.67
Hex D8 AB 7F 0 15 29 F 1E 35 43
Octal 330 253 177 0 25 51 17 36 65 103
Binary 11011000 10101011 1111111 0 10101 101001 1111 11110 110101 1000011

Color Harmonies of #D8AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB7F

Black with #D8AB7F

Text Example


Text Example

White with #D8AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB7F; }

 p { color: rgb(216,171,127); }

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

background-color css

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

 a { background-color: rgb(216,171,127); }

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

border-color css

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

 span { border-color: rgb(216,171,127); }

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