Html Css Color HEX #DCCAAD Aths Special

📋 copy color: '#DCCAAD'

red 220 ◦ green 202 ◦ blue 173

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

Shades of Aths Special #DCCAAD

Tints of Aths Special #DCCAAD

RGB

 RED value IS 220 (86.33% from 255) = 36.97%

 GREEN value IS 202 (79.3% from 255) = 33.95%

 BLUE value IS 173 (67.97% from 255) = 29.08%

R = 36.97%
G = 33.95%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCCAAD (or 0xDCCAAD) is known color: Aths Special. HEX triplet: DC, CA and AD. RGB value is (220,202,173). Sum of RGB (Red+Green+Blue) = 220+202+173=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAAD is #233552. Grayscale: #CCCCCC. Windows color (decimal): -2307411 or 11389660. OLE color: 11389660.

HSL color Cylindrical-coordinate representation of color #DCCAAD: hue angle of 37.02º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCCAAD is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 173 -
CMYK 0 0.08 0.21 0.14
HSL 37.02º 0.4% 0.77% -
HSV(B) 37.02º 0.21% 0.86% -
XYZ 58.18 60.47 48.14 -
YUV 204.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 220 202 173 0 0.08 0.21 0.14 37.02 0.4 0.77
Hex DC CA AD 0 8 15 E 25 28 4D
Octal 334 312 255 0 10 25 16 45 50 115
Binary 11011100 11001010 10101101 0 1000 10101 1110 100101 101000 1001101

Color Harmonies of #DCCAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAAD

Black with #DCCAAD

Text Example


Text Example

White with #DCCAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAAD; }

 p { color: rgb(220,202,173); }

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

background-color css

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

 a { background-color: rgb(220,202,173); }

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

border-color css

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

 span { border-color: rgb(220,202,173); }

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