Html Css Color HEX #D9AC81 Calico

📋 copy color: '#D9AC81'

red 217 ◦ green 172 ◦ blue 129

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

Shades of Calico #D9AC81

Tints of Calico #D9AC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.9%

R = 41.89%
G = 33.2%
B = 24.9%

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

#D9AC81 (or 0xD9AC81) is known color: Calico. HEX triplet: D9, AC and 81. RGB value is (217,172,129). Sum of RGB (Red+Green+Blue) = 217+172+129=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC81 is #26537E. Grayscale: #B4B4B4. Windows color (decimal): -2511743 or 8498393. OLE color: 8498393.

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

Color convert

RGB 217 172 129 -
CMYK 0 0.21 0.41 0.15
HSL 29.32º 0.54% 0.68% -
HSV(B) 29.32º 0.41% 0.85% -
XYZ 47.33 45.84 27.12 -
YUV 180.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 217 172 129 0 0.21 0.41 0.15 29.32 0.54 0.68
Hex D9 AC 81 0 15 29 F 1D 36 44
Octal 331 254 201 0 25 51 17 35 66 104
Binary 11011001 10101100 10000001 0 10101 101001 1111 11101 110110 1000100

Color Harmonies of #D9AC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC81

Black with #D9AC81

Text Example


Text Example

White with #D9AC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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