#D6C9AF

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

Shades of Aths Special #D6C9AF

Tints of Aths Special #D6C9AF

Color information

#D6C9AF (or 0xD6C9AF) is unknown color: approx Aths Special. HEX triplet: D6, C9 and AF. RGB value is (214,201,175). Sum of RGB (Red+Green+Blue) = 214+201+175=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C9AF is #293650. Grayscale: #CACACA. Windows color (decimal): -2700881 or 11520470. OLE color: 11520470.

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

Color convert

RGB214201175-
CMYK00.060.180.16
HSL40º32.23%76.27%-
HSV(B)40º18.22%83.92%-
XYZ56.3659.1649.01-
YUV201.92112.81136.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.27%
GREEN value IS 201 (78.91% from 255) = 34.07%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=36.27%
G=34.07%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420117500.060.180.164032.2376.27
HexD6C9AF06121028204c
Octal3263112570622205040114
Binary110101101100100110101111011010010100001010001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C9AF; }

 p { color: rgb(214,201,175); }

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

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

 a { background-color: rgb(214,201,175); }

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

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

 span { border-color: rgb(214,201,175); }

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