Html Css Color HEX #D5CCAF Aths Special

📋 copy color: '#D5CCAF'

red 213 ◦ green 204 ◦ blue 175

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

Shades of Aths Special #D5CCAF

Tints of Aths Special #D5CCAF

RGB

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

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

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

R = 35.98%
G = 34.46%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D5CCAF (or 0xD5CCAF) is known color: Aths Special. HEX triplet: D5, CC and AF. RGB value is (213,204,175). Sum of RGB (Red+Green+Blue) = 213+204+175=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CCAF is #2A3350. Grayscale: #CBCBCB. Windows color (decimal): -2765649 or 11521237. OLE color: 11521237.

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

Color convert

RGB 213 204 175 -
CMYK 0 0.04 0.18 0.16
HSL 45.79º 0.31% 0.76% -
HSV(B) 45.79º 0.18% 0.84% -
XYZ 56.77 60.43 49.23 -
YUV 203.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 213 204 175 0 0.04 0.18 0.16 45.79 0.31 0.76
Hex D5 CC AF 0 4 12 10 2E 1F 4C
Octal 325 314 257 0 4 22 20 56 37 114
Binary 11010101 11001100 10101111 0 100 10010 10000 101110 11111 1001100

Color Harmonies of #D5CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCAF

Black with #D5CCAF

Text Example


Text Example

White with #D5CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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