Html Css Color HEX #D5C7AF Aths Special

📋 copy color: '#D5C7AF'

red 213 ◦ green 199 ◦ blue 175

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

Shades of Aths Special #D5C7AF

Tints of Aths Special #D5C7AF

RGB

 RED value IS 213 (83.59% from 255) = 36.29%

 GREEN value IS 199 (78.13% from 255) = 33.9%

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

R = 36.29%
G = 33.9%
B = 29.81%

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

#D5C7AF (or 0xD5C7AF) is known color: Aths Special. HEX triplet: D5, C7 and AF. RGB value is (213,199,175). Sum of RGB (Red+Green+Blue) = 213+199+175=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C7AF is #2A3850. Grayscale: #C8C8C8. Windows color (decimal): -2766929 or 11519957. OLE color: 11519957.

HSL color Cylindrical-coordinate representation of color #D5C7AF: hue angle of 37.89º degrees, saturation: 0.31, 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 #D5C7AF is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 199 175 -
CMYK 0 0.07 0.18 0.16
HSL 37.89º 0.31% 0.76% -
HSV(B) 37.89º 0.18% 0.84% -
XYZ 55.6 58.09 48.84 -
YUV 200.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 213 199 175 0 0.07 0.18 0.16 37.89 0.31 0.76
Hex D5 C7 AF 0 7 12 10 26 1F 4C
Octal 325 307 257 0 7 22 20 46 37 114
Binary 11010101 11000111 10101111 0 111 10010 10000 100110 11111 1001100

Color Harmonies of #D5C7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C7AF

Black with #D5C7AF

Text Example


Text Example

White with #D5C7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C7AF; }

 p { color: rgb(213,199,175); }

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

background-color css

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

 a { background-color: rgb(213,199,175); }

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

border-color css

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

 span { border-color: rgb(213,199,175); }

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