#D9CBAD

Color #D9CBAD Aths Special (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aths Special #D9CBAD

Tints of Aths Special #D9CBAD

Color information

#D9CBAD (or 0xD9CBAD) is unknown color: approx Aths Special. HEX triplet: D9, CB and AD. RGB value is (217,203,173). Sum of RGB (Red+Green+Blue) = 217+203+173=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CBAD is #263452. Grayscale: #CBCBCB. Windows color (decimal): -2503763 or 11389913. OLE color: 11389913.

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

Color convert

RGB217203173-
CMYK00.060.200.15
HSL40.91º36.67%76.47%-
HSV(B)40.91º20.28%85.1%-
XYZ57.5160.4848.18-
YUV203.77110.64137.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.59%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=36.59%
G=34.23%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720317300.060.200.1540.9136.6776.47
HexD9CBAD0614F29254c
Octal3313132550624175145114
Binary11011001110010111010110101101010011111010011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBAD; }

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

 H1.HeaderClassName
 {
   color: #D9CBAD;
 }
 .AnyTagClassName
 {
   color: #D9CBAD;
 }
</style>
background-color css

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

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

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

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

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

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