#D6CBAC

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

Shades of Aths Special #D6CBAC

Tints of Aths Special #D6CBAC

Color information

#D6CBAC (or 0xD6CBAC) is unknown color: approx Aths Special. HEX triplet: D6, CB and AC. RGB value is (214,203,172). Sum of RGB (Red+Green+Blue) = 214+203+172=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CBAC is #293453. Grayscale: #CACACA. Windows color (decimal): -2700372 or 11324374. OLE color: 11324374.

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

Color convert

RGB214203172-
CMYK00.050.200.16
HSL44.29º33.87%75.69%-
HSV(B)44.29º19.63%83.92%-
XYZ56.5359.9947.63-
YUV202.76110.64136.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 203 (79.69% from 255) = 34.47%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=36.33%
G=34.47%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420317200.050.200.1644.2933.8775.69
HexD6CBAC0514102c224c
Octal3263132540524205442114
Binary110101101100101110101100010110100100001011001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBAC; }

 p { color: rgb(214,203,172); }

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

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

 a { background-color: rgb(214,203,172); }

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

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

 span { border-color: rgb(214,203,172); }

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