Html Css Color HEX #D4C8AF Aths Special

📋 copy color: '#D4C8AF'

red 212 ◦ green 200 ◦ blue 175

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

Shades of Aths Special #D4C8AF

Tints of Aths Special #D4C8AF

RGB

 RED value IS 212 (83.2% from 255) = 36.12%

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

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

R = 36.12%
G = 34.07%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D4C8AF (or 0xD4C8AF) is known color: Aths Special. HEX triplet: D4, C8 and AF. RGB value is (212,200,175). Sum of RGB (Red+Green+Blue) = 212+200+175=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C8AF is #2B3750. Grayscale: #C8C8C8. Windows color (decimal): -2832209 or 11520212. OLE color: 11520212.

HSL color Cylindrical-coordinate representation of color #D4C8AF: hue angle of 40.54º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4C8AF is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 200 175 -
CMYK 0 0.06 0.17 0.17
HSL 40.54º 0.3% 0.76% -
HSV(B) 40.54º 0.17% 0.83% -
XYZ 55.54 58.4 48.9 -
YUV 200.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 212 200 175 0 0.06 0.17 0.17 40.54 0.3 0.76
Hex D4 C8 AF 0 6 11 11 29 1E 4C
Octal 324 310 257 0 6 21 21 51 36 114
Binary 11010100 11001000 10101111 0 110 10001 10001 101001 11110 1001100

Color Harmonies of #D4C8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C8AF

Black with #D4C8AF

Text Example


Text Example

White with #D4C8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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