#D6CCB6

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

Shades of Aths Special #D6CCB6

Tints of Aths Special #D6CCB6

Color information

#D6CCB6 (or 0xD6CCB6) is unknown color: approx Aths Special. HEX triplet: D6, CC and B6. RGB value is (214,204,182). Sum of RGB (Red+Green+Blue) = 214+204+182=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCB6 is #293349. Grayscale: #CCCCCC. Windows color (decimal): -2700106 or 11979990. OLE color: 11979990.

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

Color convert

RGB214204182-
CMYK00.050.150.16
HSL41.25º28.07%77.65%-
HSV(B)41.25º14.95%83.92%-
XYZ57.7760.8652.96-
YUV204.48115.31134.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.67%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 182 (71.48% from 255) = 30.33%
R=35.67%
G=34%
B=30.33%

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
Decimal21420418200.050.150.1641.2528.0777.65
HexD6CCB605F10291c4e
Octal3263142660517205134116
Binary1101011011001100101101100101111110000101001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCB6; }

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

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

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

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

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

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

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

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