#D7CCB6

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

Shades of Aths Special #D7CCB6

Tints of Aths Special #D7CCB6

Color information

#D7CCB6 (or 0xD7CCB6) is unknown color: approx Aths Special. HEX triplet: D7, CC and B6. RGB value is (215,204,182). Sum of RGB (Red+Green+Blue) = 215+204+182=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCB6 is #283349. Grayscale: #CCCCCC. Windows color (decimal): -2634570 or 11979991. OLE color: 11979991.

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

Color convert

RGB215204182-
CMYK00.050.150.16
HSL40º29.2%77.84%-
HSV(B)40º15.35%84.31%-
XYZ58.0661.0152.97-
YUV204.78115.14135.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.77%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 182 (71.48% from 255) = 30.28%
R=35.77%
G=33.94%
B=30.28%

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
Decimal21520418200.050.150.164029.277.84
HexD7CCB605F10281d4e
Octal3273142660517205035116
Binary1101011111001100101101100101111110000101000111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCB6; }

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

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

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

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

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

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

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

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