Html Css Color HEX #D7CCAC Aths Special

📋 copy color: '#D7CCAC'

red 215 ◦ green 204 ◦ blue 172

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

Shades of Aths Special #D7CCAC

Tints of Aths Special #D7CCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.1%

R = 36.38%
G = 34.52%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D7CCAC (or 0xD7CCAC) is known color: Aths Special. HEX triplet: D7, CC and AC. RGB value is (215,204,172). Sum of RGB (Red+Green+Blue) = 215+204+172=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CCAC is #283353. Grayscale: #CBCBCB. Windows color (decimal): -2634580 or 11324631. OLE color: 11324631.

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

Color convert

RGB 215 204 172 -
CMYK 0 0.05 0.2 0.16
HSL 44.65º 0.35% 0.76% -
HSV(B) 44.65º 0.2% 0.84% -
XYZ 57.06 60.61 47.72 -
YUV 203.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 215 204 172 0 0.05 0.2 0.16 44.65 0.35 0.76
Hex D7 CC AC 0 5 14 10 2D 23 4C
Octal 327 314 254 0 5 24 20 55 43 114
Binary 11010111 11001100 10101100 0 101 10100 10000 101101 100011 1001100

Color Harmonies of #D7CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CCAC

Black with #D7CCAC

Text Example


Text Example

White with #D7CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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