Html Css Color HEX #D9C9AD Aths Special

📋 copy color: '#D9C9AD'

red 217 ◦ green 201 ◦ blue 173

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

Shades of Aths Special #D9C9AD

Tints of Aths Special #D9C9AD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.01%

 BLUE value IS 173 (67.97% from 255) = 29.27%

R = 36.72%
G = 34.01%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9C9AD (or 0xD9C9AD) is known color: Aths Special. HEX triplet: D9, C9 and AD. RGB value is (217,201,173). Sum of RGB (Red+Green+Blue) = 217+201+173=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C9AD is #263652. Grayscale: #CACACA. Windows color (decimal): -2504275 or 11389401. OLE color: 11389401.

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

Color convert

RGB 217 201 173 -
CMYK 0 0.07 0.20 0.15
HSL 38.18º 0.37% 0.76% -
HSV(B) 38.18º 0.2% 0.85% -
XYZ 57.04 59.54 48.02 -
YUV 202.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 217 201 173 0 0.07 0.20 0.15 38.18 0.37 0.76
Hex D9 C9 AD 0 7 14 F 26 25 4C
Octal 331 311 255 0 7 24 17 46 45 114
Binary 11011001 11001001 10101101 0 111 10100 1111 100110 100101 1001100

Color Harmonies of #D9C9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C9AD

Black with #D9C9AD

Text Example


Text Example

White with #D9C9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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