Html Css Color HEX #D8AB84 Calico

📋 copy color: '#D8AB84'

red 216 ◦ green 171 ◦ blue 132

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

Shades of Calico #D8AB84

Tints of Calico #D8AB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.43%

R = 41.62%
G = 32.95%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D8AB84 (or 0xD8AB84) is known color: Calico. HEX triplet: D8, AB and 84. RGB value is (216,171,132). Sum of RGB (Red+Green+Blue) = 216+171+132=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AB84 is #27547B. Grayscale: #B4B4B4. Windows color (decimal): -2577532 or 8694744. OLE color: 8694744.

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

Color convert

RGB 216 171 132 -
CMYK 0 0.21 0.39 0.15
HSL 27.86º 0.52% 0.68% -
HSV(B) 27.86º 0.39% 0.85% -
XYZ 47.05 45.39 28.11 -
YUV 180.01 100.91 153.67 -
System Red Green Blue C M Y K H S L
Decimal 216 171 132 0 0.21 0.39 0.15 27.86 0.52 0.68
Hex D8 AB 84 0 15 27 F 1C 34 44
Octal 330 253 204 0 25 47 17 34 64 104
Binary 11011000 10101011 10000100 0 10101 100111 1111 11100 110100 1000100

Color Harmonies of #D8AB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB84

Black with #D8AB84

Text Example


Text Example

White with #D8AB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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