Html Css Color HEX #D7C8AF Aths Special

📋 copy color: '#D7C8AF'

red 215 ◦ green 200 ◦ blue 175

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

Shades of Aths Special #D7C8AF

Tints of Aths Special #D7C8AF

RGB

 RED value IS 215 (84.38% from 255) = 36.44%

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

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

R = 36.44%
G = 33.9%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7C8AF (or 0xD7C8AF) is known color: Aths Special. HEX triplet: D7, C8 and AF. RGB value is (215,200,175). Sum of RGB (Red+Green+Blue) = 215+200+175=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C8AF is #283750. Grayscale: #C9C9C9. Windows color (decimal): -2635601 or 11520215. OLE color: 11520215.

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

Color convert

RGB 215 200 175 -
CMYK 0 0.07 0.19 0.16
HSL 37.5º 0.33% 0.76% -
HSV(B) 37.5º 0.19% 0.84% -
XYZ 56.42 58.85 48.94 -
YUV 201.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 215 200 175 0 0.07 0.19 0.16 37.5 0.33 0.76
Hex D7 C8 AF 0 7 13 10 26 21 4C
Octal 327 310 257 0 7 23 20 46 41 114
Binary 11010111 11001000 10101111 0 111 10011 10000 100110 100001 1001100

Color Harmonies of #D7C8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C8AF

Black with #D7C8AF

Text Example


Text Example

White with #D7C8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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