Html Css Color HEX #D6CBAA Aths Special

📋 copy color: '#D6CBAA'

red 214 ◦ green 203 ◦ blue 170

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

Shades of Aths Special #D6CBAA

Tints of Aths Special #D6CBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.58%

 BLUE value IS 170 (66.8% from 255) = 28.96%

R = 36.46%
G = 34.58%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D6CBAA (or 0xD6CBAA) is known color: Aths Special. HEX triplet: D6, CB and AA. RGB value is (214,203,170). Sum of RGB (Red+Green+Blue) = 214+203+170=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CBAA is #293455. Grayscale: #CACACA. Windows color (decimal): -2700374 or 11193302. OLE color: 11193302.

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

Color convert

RGB 214 203 170 -
CMYK 0 0.05 0.21 0.16
HSL 45º 0.35% 0.75% -
HSV(B) 45º 0.21% 0.84% -
XYZ 56.34 59.91 46.62 -
YUV 202.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 214 203 170 0 0.05 0.21 0.16 45 0.35 0.75
Hex D6 CB AA 0 5 15 10 2D 23 4B
Octal 326 313 252 0 5 25 20 55 43 113
Binary 11010110 11001011 10101010 0 101 10101 10000 101101 100011 1001011

Color Harmonies of #D6CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CBAA

Black with #D6CBAA

Text Example


Text Example

White with #D6CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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