#D7CAB4

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

Shades of Aths Special #D7CAB4

Tints of Aths Special #D7CAB4

Color information

#D7CAB4 (or 0xD7CAB4) is unknown color: approx Aths Special. HEX triplet: D7, CA and B4. RGB value is (215,202,180). Sum of RGB (Red+Green+Blue) = 215+202+180=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CAB4 is #28354B. Grayscale: #CBCBCB. Windows color (decimal): -2635084 or 11848407. OLE color: 11848407.

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

Color convert

RGB215202180-
CMYK00.060.160.16
HSL37.71º30.43%77.45%-
HSV(B)37.71º16.28%84.31%-
XYZ57.3859.9851.73-
YUV203.38114.81136.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.01%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 180 (70.70% from 255) = 30.15%
R=36.01%
G=33.84%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520218000.060.160.1637.7130.4377.45
HexD7CAB4061010261e4d
Octal3273122640620204636115
Binary11010111110010101011010001101000010000100110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CAB4; }

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

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

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

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

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

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

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

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