Html Css Color HEX #D6CCAB Aths Special

📋 copy color: '#D6CCAB'

red 214 ◦ green 204 ◦ blue 171

#D6CCAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aths Special #D6CCAB

Tints of Aths Special #D6CCAB

RGB

 RED value IS 214 (83.98% from 255) = 36.33%

 GREEN value IS 204 (80.08% from 255) = 34.63%

 BLUE value IS 171 (67.19% from 255) = 29.03%

R = 36.33%
G = 34.63%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6CCAB (or 0xD6CCAB) is known color: Aths Special. HEX triplet: D6, CC and AB. RGB value is (214,204,171). Sum of RGB (Red+Green+Blue) = 214+204+171=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CCAB is #293354. Grayscale: #CBCBCB. Windows color (decimal): -2700117 or 11259094. OLE color: 11259094.

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

Color convert

RGB 214 204 171 -
CMYK 0 0.05 0.20 0.16
HSL 46.05º 0.34% 0.75% -
HSV(B) 46.05º 0.2% 0.84% -
XYZ 56.68 60.42 47.2 -
YUV 203.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 214 204 171 0 0.05 0.20 0.16 46.05 0.34 0.75
Hex D6 CC AB 0 5 14 10 2E 22 4B
Octal 326 314 253 0 5 24 20 56 42 113
Binary 11010110 11001100 10101011 0 101 10100 10000 101110 100010 1001011

Color Harmonies of #D6CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCAB

Black with #D6CCAB

Text Example


Text Example

White with #D6CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCAB; }

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

 H1.HeaderClassName
 {
   color: #D6CCAB;
 }
 .AnyTagClassName
 {
   color: #D6CCAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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