#D5CAB3

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

Shades of Aths Special #D5CAB3

Tints of Aths Special #D5CAB3

Color information

#D5CAB3 (or 0xD5CAB3) is unknown color: approx Aths Special. HEX triplet: D5, CA and B3. RGB value is (213,202,179). Sum of RGB (Red+Green+Blue) = 213+202+179=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAB3 is #2A354C. Grayscale: #CACACA. Windows color (decimal): -2766157 or 11782869. OLE color: 11782869.

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

Color convert

RGB213202179-
CMYK00.050.160.16
HSL40.59º28.81%76.86%-
HSV(B)40.59º15.96%83.53%-
XYZ56.759.6451.17-
YUV202.67114.64135.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.86%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 179 (70.31% from 255) = 30.13%
R=35.86%
G=34.01%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320217900.050.160.1640.5928.8176.86
HexD5CAB3051010291d4d
Octal3253122630520205135115
Binary11010101110010101011001101011000010000101001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAB3; }

 p { color: rgb(213,202,179); }

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

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

 a { background-color: rgb(213,202,179); }

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

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

 span { border-color: rgb(213,202,179); }

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