#D6CCB5

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

Shades of Aths Special #D6CCB5

Tints of Aths Special #D6CCB5

Color information

#D6CCB5 (or 0xD6CCB5) is unknown color: approx Aths Special. HEX triplet: D6, CC and B5. RGB value is (214,204,181). Sum of RGB (Red+Green+Blue) = 214+204+181=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCB5 is #29334A. Grayscale: #CCCCCC. Windows color (decimal): -2700107 or 11914454. OLE color: 11914454.

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

Color convert

RGB214204181-
CMYK00.050.150.16
HSL41.82º28.7%77.45%-
HSV(B)41.82º15.42%83.92%-
XYZ57.6660.8252.42-
YUV204.37114.81134.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.73%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 181 (71.09% from 255) = 30.22%
R=35.73%
G=34.06%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420418100.050.150.1641.8228.777.45
HexD6CCB505F102a1d4d
Octal3263142650517205235115
Binary1101011011001100101101010101111110000101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCB5; }

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

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

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

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

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

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

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

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