#D6CCB7

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

Shades of Aths Special #D6CCB7

Tints of Aths Special #D6CCB7

Color information

#D6CCB7 (or 0xD6CCB7) is unknown color: approx Aths Special. HEX triplet: D6, CC and B7. RGB value is (214,204,183). Sum of RGB (Red+Green+Blue) = 214+204+183=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 183 (71.88% from 255 or 30.45% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCB7 is #293348. Grayscale: #CCCCCC. Windows color (decimal): -2700105 or 12045526. OLE color: 12045526.

HSL color Cylindrical-coordinate representation of color #D6CCB7: hue angle of 40.65º degrees, saturation: 0.27, 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 #D6CCB7 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB214204183-
CMYK00.050.140.16
HSL40.65º27.43%77.84%-
HSV(B)40.65º14.49%83.92%-
XYZ57.8760.953.5-
YUV204.6115.81134.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 183 (71.88% from 255) = 30.45%
R=35.61%
G=33.94%
B=30.45%

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
Decimal21420418300.050.140.1640.6527.4377.84
HexD6CCB705E10291b4e
Octal3263142670516205133116
Binary1101011011001100101101110101111010000101001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCB7; }

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

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

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

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

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

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

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

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