Html Css Color HEX #D9AC85 Calico

📋 copy color: '#D9AC85'

red 217 ◦ green 172 ◦ blue 133

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

Shades of Calico #D9AC85

Tints of Calico #D9AC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.48%

R = 41.57%
G = 32.95%
B = 25.48%

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

#D9AC85 (or 0xD9AC85) is known color: Calico. HEX triplet: D9, AC and 85. RGB value is (217,172,133). Sum of RGB (Red+Green+Blue) = 217+172+133=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC85 is #26537A. Grayscale: #B5B5B5. Windows color (decimal): -2511739 or 8760537. OLE color: 8760537.

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

Color convert

RGB 217 172 133 -
CMYK 0 0.21 0.39 0.15
HSL 27.86º 0.53% 0.69% -
HSV(B) 27.86º 0.39% 0.85% -
XYZ 47.6 45.95 28.55 -
YUV 181.01 100.91 153.67 -
System Red Green Blue C M Y K H S L
Decimal 217 172 133 0 0.21 0.39 0.15 27.86 0.53 0.69
Hex D9 AC 85 0 15 27 F 1C 34 45
Octal 331 254 205 0 25 47 17 34 64 105
Binary 11011001 10101100 10000101 0 10101 100111 1111 11100 110100 1000101

Color Harmonies of #D9AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC85

Black with #D9AC85

Text Example


Text Example

White with #D9AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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