#D5CCAF

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

Shades of Aths Special #D5CCAF

Tints of Aths Special #D5CCAF

Color information

#D5CCAF (or 0xD5CCAF) is unknown color: approx Aths Special. HEX triplet: D5, CC and AF. RGB value is (213,204,175). Sum of RGB (Red+Green+Blue) = 213+204+175=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CCAF is #2A3350. Grayscale: #CBCBCB. Windows color (decimal): -2765649 or 11521237. OLE color: 11521237.

HSL color Cylindrical-coordinate representation of color #D5CCAF: hue angle of 45.79º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5CCAF is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB213204175-
CMYK00.040.180.16
HSL45.79º31.15%76.08%-
HSV(B)45.79º17.84%83.53%-
XYZ56.7760.4349.23-
YUV203.38111.98134.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 204 (80.08% from 255) = 34.46%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=35.98%
G=34.46%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320417500.040.180.1645.7931.1576.08
HexD5CCAF0412102e1f4c
Octal3253142570422205637114
Binary11010101110011001010111101001001010000101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCAF; }

 p { color: rgb(213,204,175); }

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

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

 a { background-color: rgb(213,204,175); }

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

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

 span { border-color: rgb(213,204,175); }

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