Html Css Color HEX #D6C9B2 Aths Special

📋 copy color: '#D6C9B2'

red 214 ◦ green 201 ◦ blue 178

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

Shades of Aths Special #D6C9B2

Tints of Aths Special #D6C9B2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.9%

 BLUE value IS 178 (69.92% from 255) = 30.02%

R = 36.09%
G = 33.9%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6C9B2 (or 0xD6C9B2) is known color: Aths Special. HEX triplet: D6, C9 and B2. RGB value is (214,201,178). Sum of RGB (Red+Green+Blue) = 214+201+178=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C9B2 is #29364D. Grayscale: #CACACA. Windows color (decimal): -2700878 or 11717078. OLE color: 11717078.

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

Color convert

RGB 214 201 178 -
CMYK 0 0.06 0.17 0.16
HSL 38.33º 0.31% 0.77% -
HSV(B) 38.33º 0.17% 0.84% -
XYZ 56.65 59.28 50.58 -
YUV 202.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 214 201 178 0 0.06 0.17 0.16 38.33 0.31 0.77
Hex D6 C9 B2 0 6 11 10 26 1F 4D
Octal 326 311 262 0 6 21 20 46 37 115
Binary 11010110 11001001 10110010 0 110 10001 10000 100110 11111 1001101

Color Harmonies of #D6C9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C9B2

Black with #D6C9B2

Text Example


Text Example

White with #D6C9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C9B2; }

 p { color: rgb(214,201,178); }

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

background-color css

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

 a { background-color: rgb(214,201,178); }

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

border-color css

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

 span { border-color: rgb(214,201,178); }

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