#D6CCB4

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

Shades of Aths Special #D6CCB4

Tints of Aths Special #D6CCB4

Color information

#D6CCB4 (or 0xD6CCB4) is unknown color: approx Aths Special. HEX triplet: D6, CC and B4. RGB value is (214,204,180). Sum of RGB (Red+Green+Blue) = 214+204+180=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCB4 is #29334B. Grayscale: #CCCCCC. Windows color (decimal): -2700108 or 11848918. OLE color: 11848918.

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

Color convert

RGB214204180-
CMYK00.050.160.16
HSL42.35º29.31%77.25%-
HSV(B)42.35º15.89%83.92%-
XYZ57.5660.7851.88-
YUV204.25114.31134.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.79%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 180 (70.70% from 255) = 30.10%
R=35.79%
G=34.11%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420418000.050.160.1642.3529.3177.25
HexD6CCB40510102a1d4d
Octal3263142640520205235115
Binary11010110110011001011010001011000010000101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCB4; }

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

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

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

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

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

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

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

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