#D7CAAB

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

Shades of Aths Special #D7CAAB

Tints of Aths Special #D7CAAB

Color information

#D7CAAB (or 0xD7CAAB) is unknown color: approx Aths Special. HEX triplet: D7, CA and AB. RGB value is (215,202,171). Sum of RGB (Red+Green+Blue) = 215+202+171=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CAAB is #283554. Grayscale: #CACACA. Windows color (decimal): -2635093 or 11258583. OLE color: 11258583.

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

Color convert

RGB215202171-
CMYK00.060.200.16
HSL42.27º35.48%75.69%-
HSV(B)42.27º20.47%84.31%-
XYZ56.559.6347.06-
YUV202.35110.31137.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 171 (67.19% from 255) = 29.08%
R=36.56%
G=34.35%
B=29.08%

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
Decimal21520217100.060.200.1642.2735.4875.69
HexD7CAAB0614102a234c
Octal3273122530624205243114
Binary110101111100101010101011011010100100001010101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CAAB; }

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

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

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

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

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

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

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

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