Html Css Color HEX #D9AC84 Calico

📋 copy color: '#D9AC84'

red 217 ◦ green 172 ◦ blue 132

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

Shades of Calico #D9AC84

Tints of Calico #D9AC84

RGB

 RED value IS 217 (85.16% from 255) = 41.65%

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

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

R = 41.65%
G = 33.01%
B = 25.34%

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

#D9AC84 (or 0xD9AC84) is known color: Calico. HEX triplet: D9, AC and 84. RGB value is (217,172,132). Sum of RGB (Red+Green+Blue) = 217+172+132=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC84 is #26537B. Grayscale: #B5B5B5. Windows color (decimal): -2511740 or 8695001. OLE color: 8695001.

HSL color Cylindrical-coordinate representation of color #D9AC84: hue angle of 28.24º degrees, saturation: 0.53, 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 #D9AC84 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 132 -
CMYK 0 0.21 0.39 0.15
HSL 28.24º 0.53% 0.68% -
HSV(B) 28.24º 0.39% 0.85% -
XYZ 47.53 45.92 28.19 -
YUV 180.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 217 172 132 0 0.21 0.39 0.15 28.24 0.53 0.68
Hex D9 AC 84 0 15 27 F 1C 35 44
Octal 331 254 204 0 25 47 17 34 65 104
Binary 11011001 10101100 10000100 0 10101 100111 1111 11100 110101 1000100

Color Harmonies of #D9AC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC84

Black with #D9AC84

Text Example


Text Example

White with #D9AC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC84; }

 p { color: rgb(217,172,132); }

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

background-color css

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

 a { background-color: rgb(217,172,132); }

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

border-color css

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

 span { border-color: rgb(217,172,132); }

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