#D6CCB9

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

Shades of Aths Special #D6CCB9

Tints of Aths Special #D6CCB9

Color information

#D6CCB9 (or 0xD6CCB9) is unknown color: approx Aths Special. HEX triplet: D6, CC and B9. RGB value is (214,204,185). Sum of RGB (Red+Green+Blue) = 214+204+185=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCB9 is #293346. Grayscale: #CCCCCC. Windows color (decimal): -2700103 or 12176598. OLE color: 12176598.

HSL color Cylindrical-coordinate representation of color #D6CCB9: hue angle of 39.31º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6CCB9 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB214204185-
CMYK00.050.140.16
HSL39.31º26.13%78.24%-
HSV(B)39.31º13.55%83.92%-
XYZ58.0860.9854.61-
YUV204.82116.81134.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.49%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 185 (72.66% from 255) = 30.68%
R=35.49%
G=33.83%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420418500.050.140.1639.3126.1378.24
HexD6CCB905E10271a4e
Octal3263142710516204732116
Binary1101011011001100101110010101111010000100111110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCB9; }

 p { color: rgb(214,204,185); }

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

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

 a { background-color: rgb(214,204,185); }

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

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

 span { border-color: rgb(214,204,185); }

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