Html Css Color HEX #D9CCAF Aths Special

📋 copy color: '#D9CCAF'

red 217 ◦ green 204 ◦ blue 175

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

Shades of Aths Special #D9CCAF

Tints of Aths Special #D9CCAF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.23%

 BLUE value IS 175 (68.75% from 255) = 29.36%

R = 36.41%
G = 34.23%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D9CCAF (or 0xD9CCAF) is known color: Aths Special. HEX triplet: D9, CC and AF. RGB value is (217,204,175). Sum of RGB (Red+Green+Blue) = 217+204+175=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CCAF is #263350. Grayscale: #CCCCCC. Windows color (decimal): -2503505 or 11521241. OLE color: 11521241.

HSL color Cylindrical-coordinate representation of color #D9CCAF: hue angle of 41.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9CCAF is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 204 175 -
CMYK 0 0.06 0.19 0.15
HSL 41.43º 0.36% 0.77% -
HSV(B) 41.43º 0.19% 0.85% -
XYZ 57.95 61.03 49.28 -
YUV 204.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 217 204 175 0 0.06 0.19 0.15 41.43 0.36 0.77
Hex D9 CC AF 0 6 13 F 29 24 4D
Octal 331 314 257 0 6 23 17 51 44 115
Binary 11011001 11001100 10101111 0 110 10011 1111 101001 100100 1001101

Color Harmonies of #D9CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCAF

Black with #D9CCAF

Text Example


Text Example

White with #D9CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCAF; }

 p { color: rgb(217,204,175); }

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

background-color css

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

 a { background-color: rgb(217,204,175); }

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

border-color css

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

 span { border-color: rgb(217,204,175); }

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