Html Css Color HEX #D8AC89 Calico

📋 copy color: '#D8AC89'

red 216 ◦ green 172 ◦ blue 137

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

Shades of Calico #D8AC89

Tints of Calico #D8AC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.76%

 BLUE value IS 137 (53.91% from 255) = 26.1%

R = 41.14%
G = 32.76%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D8AC89 (or 0xD8AC89) is known color: Calico. HEX triplet: D8, AC and 89. RGB value is (216,172,137). Sum of RGB (Red+Green+Blue) = 216+172+137=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC89 is #275376. Grayscale: #B5B5B5. Windows color (decimal): -2577271 or 9022680. OLE color: 9022680.

HSL color Cylindrical-coordinate representation of color #D8AC89: hue angle of 26.58º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8AC89 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 137 -
CMYK 0 0.20 0.37 0.15
HSL 26.58º 0.5% 0.69% -
HSV(B) 26.58º 0.37% 0.85% -
XYZ 47.59 45.91 30.02 -
YUV 181.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 216 172 137 0 0.20 0.37 0.15 26.58 0.5 0.69
Hex D8 AC 89 0 14 25 F 1B 32 45
Octal 330 254 211 0 24 45 17 33 62 105
Binary 11011000 10101100 10001001 0 10100 100101 1111 11011 110010 1000101

Color Harmonies of #D8AC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC89

Black with #D8AC89

Text Example


Text Example

White with #D8AC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC89; }

 p { color: rgb(216,172,137); }

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

background-color css

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

 a { background-color: rgb(216,172,137); }

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

border-color css

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

 span { border-color: rgb(216,172,137); }

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