Html Css Color HEX #D7CCAF Aths Special

📋 copy color: '#D7CCAF'

red 215 ◦ green 204 ◦ blue 175

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

Shades of Aths Special #D7CCAF

Tints of Aths Special #D7CCAF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.34%

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

R = 36.2%
G = 34.34%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7CCAF (or 0xD7CCAF) is known color: Aths Special. HEX triplet: D7, CC and AF. RGB value is (215,204,175). Sum of RGB (Red+Green+Blue) = 215+204+175=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CCAF is #283350. Grayscale: #CCCCCC. Windows color (decimal): -2634577 or 11521239. OLE color: 11521239.

HSL color Cylindrical-coordinate representation of color #D7CCAF: hue angle of 43.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 #D7CCAF is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 204 175 -
CMYK 0 0.05 0.19 0.16
HSL 43.5º 0.33% 0.76% -
HSV(B) 43.5º 0.19% 0.84% -
XYZ 57.36 60.73 49.26 -
YUV 203.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 215 204 175 0 0.05 0.19 0.16 43.5 0.33 0.76
Hex D7 CC AF 0 5 13 10 2C 21 4C
Octal 327 314 257 0 5 23 20 54 41 114
Binary 11010111 11001100 10101111 0 101 10011 10000 101100 100001 1001100

Color Harmonies of #D7CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CCAF

Black with #D7CCAF

Text Example


Text Example

White with #D7CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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