Html Css Color HEX #D9AD84 Calico

📋 copy color: '#D9AD84'

red 217 ◦ green 173 ◦ blue 132

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

Shades of Calico #D9AD84

Tints of Calico #D9AD84

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.14%

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

R = 41.57%
G = 33.14%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D9AD84 (or 0xD9AD84) is known color: Calico. HEX triplet: D9, AD and 84. RGB value is (217,173,132). Sum of RGB (Red+Green+Blue) = 217+173+132=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD84 is #26527B. Grayscale: #B5B5B5. Windows color (decimal): -2511484 or 8695257. OLE color: 8695257.

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

Color convert

RGB 217 173 132 -
CMYK 0 0.20 0.39 0.15
HSL 28.94º 0.53% 0.68% -
HSV(B) 28.94º 0.39% 0.85% -
XYZ 47.72 46.3 28.25 -
YUV 181.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 217 173 132 0 0.20 0.39 0.15 28.94 0.53 0.68
Hex D9 AD 84 0 14 27 F 1D 35 44
Octal 331 255 204 0 24 47 17 35 65 104
Binary 11011001 10101101 10000100 0 10100 100111 1111 11101 110101 1000100

Color Harmonies of #D9AD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD84

Black with #D9AD84

Text Example


Text Example

White with #D9AD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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