#D7CAAD

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

Shades of Aths Special #D7CAAD

Tints of Aths Special #D7CAAD

Color information

#D7CAAD (or 0xD7CAAD) is unknown color: approx Aths Special. HEX triplet: D7, CA and AD. RGB value is (215,202,173). Sum of RGB (Red+Green+Blue) = 215+202+173=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CAAD is #283552. Grayscale: #CACACA. Windows color (decimal): -2635091 or 11389655. OLE color: 11389655.

HSL color Cylindrical-coordinate representation of color #D7CAAD: hue angle of 41.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7CAAD is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215202173-
CMYK00.060.200.16
HSL41.43º34.43%76.08%-
HSV(B)41.43º19.53%84.31%-
XYZ56.6959.7148.07-
YUV202.58111.31136.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.44%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 173 (67.97% from 255) = 29.32%
R=36.44%
G=34.24%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520217300.060.200.1641.4334.4376.08
HexD7CAAD06141029224c
Octal3273122550624205142114
Binary110101111100101010101101011010100100001010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CAAD; }

 p { color: rgb(215,202,173); }

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

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

 a { background-color: rgb(215,202,173); }

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

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

 span { border-color: rgb(215,202,173); }

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