Html Css Color HEX #D9CFAD Aths Special

📋 copy color: '#D9CFAD'

red 217 ◦ green 207 ◦ blue 173

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

Shades of Aths Special #D9CFAD

Tints of Aths Special #D9CFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.67%

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

R = 36.35%
G = 34.67%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9CFAD (or 0xD9CFAD) is known color: Aths Special. HEX triplet: D9, CF and AD. RGB value is (217,207,173). Sum of RGB (Red+Green+Blue) = 217+207+173=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CFAD is #263052. Grayscale: #CECECE. Windows color (decimal): -2502739 or 11390937. OLE color: 11390937.

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

Color convert

RGB 217 207 173 -
CMYK 0 0.05 0.20 0.15
HSL 46.36º 0.37% 0.76% -
HSV(B) 46.36º 0.2% 0.85% -
XYZ 58.47 62.39 48.5 -
YUV 206.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 217 207 173 0 0.05 0.20 0.15 46.36 0.37 0.76
Hex D9 CF AD 0 5 14 F 2E 25 4C
Octal 331 317 255 0 5 24 17 56 45 114
Binary 11011001 11001111 10101101 0 101 10100 1111 101110 100101 1001100

Color Harmonies of #D9CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CFAD

Black with #D9CFAD

Text Example


Text Example

White with #D9CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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