Html Css Color HEX #D6C8AF Aths Special

📋 copy color: '#D6C8AF'

red 214 ◦ green 200 ◦ blue 175

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

Shades of Aths Special #D6C8AF

Tints of Aths Special #D6C8AF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.96%

 BLUE value IS 175 (68.75% from 255) = 29.71%

R = 36.33%
G = 33.96%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D6C8AF (or 0xD6C8AF) is known color: Aths Special. HEX triplet: D6, C8 and AF. RGB value is (214,200,175). Sum of RGB (Red+Green+Blue) = 214+200+175=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C8AF is #293750. Grayscale: #C9C9C9. Windows color (decimal): -2701137 or 11520214. OLE color: 11520214.

HSL color Cylindrical-coordinate representation of color #D6C8AF: hue angle of 38.46º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6C8AF is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 200 175 -
CMYK 0 0.07 0.18 0.16
HSL 38.46º 0.32% 0.76% -
HSV(B) 38.46º 0.18% 0.84% -
XYZ 56.12 58.7 48.93 -
YUV 201.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 214 200 175 0 0.07 0.18 0.16 38.46 0.32 0.76
Hex D6 C8 AF 0 7 12 10 26 20 4C
Octal 326 310 257 0 7 22 20 46 40 114
Binary 11010110 11001000 10101111 0 111 10010 10000 100110 100000 1001100

Color Harmonies of #D6C8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C8AF

Black with #D6C8AF

Text Example


Text Example

White with #D6C8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C8AF; }

 p { color: rgb(214,200,175); }

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

background-color css

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

 a { background-color: rgb(214,200,175); }

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

border-color css

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

 span { border-color: rgb(214,200,175); }

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