Html Css Color HEX #D9CDA8 Aths Special

📋 copy color: '#D9CDA8'

red 217 ◦ green 205 ◦ blue 168

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

Shades of Aths Special #D9CDA8

Tints of Aths Special #D9CDA8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.75%

 BLUE value IS 168 (66.02% from 255) = 28.47%

R = 36.78%
G = 34.75%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D9CDA8 (or 0xD9CDA8) is known color: Aths Special. HEX triplet: D9, CD and A8. RGB value is (217,205,168). Sum of RGB (Red+Green+Blue) = 217+205+168=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CDA8 is #263257. Grayscale: #CCCCCC. Windows color (decimal): -2503256 or 11062745. OLE color: 11062745.

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

Color convert

RGB 217 205 168 -
CMYK 0 0.06 0.23 0.15
HSL 45.31º 0.39% 0.75% -
HSV(B) 45.31º 0.23% 0.85% -
XYZ 57.51 61.24 45.84 -
YUV 204.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 217 205 168 0 0.06 0.23 0.15 45.31 0.39 0.75
Hex D9 CD A8 0 6 17 F 2D 27 4B
Octal 331 315 250 0 6 27 17 55 47 113
Binary 11011001 11001101 10101000 0 110 10111 1111 101101 100111 1001011

Color Harmonies of #D9CDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CDA8

Black with #D9CDA8

Text Example


Text Example

White with #D9CDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CDA8; }

 p { color: rgb(217,205,168); }

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

background-color css

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

 a { background-color: rgb(217,205,168); }

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

border-color css

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

 span { border-color: rgb(217,205,168); }

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