#D6CAB4

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

Shades of Aths Special #D6CAB4

Tints of Aths Special #D6CAB4

Color information

#D6CAB4 (or 0xD6CAB4) is unknown color: approx Aths Special. HEX triplet: D6, CA and B4. RGB value is (214,202,180). Sum of RGB (Red+Green+Blue) = 214+202+180=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CAB4 is #29354B. Grayscale: #CBCBCB. Windows color (decimal): -2700620 or 11848406. OLE color: 11848406.

HSL color Cylindrical-coordinate representation of color #D6CAB4: hue angle of 38.82º 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 #D6CAB4 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB214202180-
CMYK00.060.160.16
HSL38.82º29.31%77.25%-
HSV(B)38.82º15.89%83.92%-
XYZ57.0959.8351.72-
YUV203.08114.98135.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 180 (70.70% from 255) = 30.20%
R=35.91%
G=33.89%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420218000.060.160.1638.8229.3177.25
HexD6CAB4061010271d4d
Octal3263122640620204735115
Binary11010110110010101011010001101000010000100111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAB4; }

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

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

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

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

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

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

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

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