#D7CBAF

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

Shades of Aths Special #D7CBAF

Tints of Aths Special #D7CBAF

Color information

#D7CBAF (or 0xD7CBAF) is unknown color: approx Aths Special. HEX triplet: D7, CB and AF. RGB value is (215,203,175). Sum of RGB (Red+Green+Blue) = 215+203+175=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CBAF is #283450. Grayscale: #CBCBCB. Windows color (decimal): -2634833 or 11520983. OLE color: 11520983.

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

Color convert

RGB215203175-
CMYK00.060.190.16
HSL42º33.33%76.47%-
HSV(B)42º18.6%84.31%-
XYZ57.1260.2549.18-
YUV203.4111.98136.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.26%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 175 (68.75% from 255) = 29.51%
R=36.26%
G=34.23%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520317500.060.190.164233.3376.47
HexD7CBAF0613102a214c
Octal3273132570623205241114
Binary110101111100101110101111011010011100001010101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBAF; }

 p { color: rgb(215,203,175); }

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

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

 a { background-color: rgb(215,203,175); }

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

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

 span { border-color: rgb(215,203,175); }

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