Html Css Color HEX #DCD0AD Aths Special

📋 copy color: '#DCD0AD'

red 220 ◦ green 208 ◦ blue 173

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

Shades of Aths Special #DCD0AD

Tints of Aths Special #DCD0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.61%

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

R = 36.61%
G = 34.61%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCD0AD (or 0xDCD0AD) is known color: Aths Special. HEX triplet: DC, D0 and AD. RGB value is (220,208,173). Sum of RGB (Red+Green+Blue) = 220+208+173=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD0AD is #232F52. Grayscale: #CFCFCF. Windows color (decimal): -2305875 or 11391196. OLE color: 11391196.

HSL color Cylindrical-coordinate representation of color #DCD0AD: hue angle of 44.68º 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 #DCD0AD is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 173 -
CMYK 0 0.05 0.21 0.14
HSL 44.68º 0.4% 0.77% -
HSV(B) 44.68º 0.21% 0.86% -
XYZ 59.61 63.34 48.62 -
YUV 207.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 220 208 173 0 0.05 0.21 0.14 44.68 0.4 0.77
Hex DC D0 AD 0 5 15 E 2D 28 4D
Octal 334 320 255 0 5 25 16 55 50 115
Binary 11011100 11010000 10101101 0 101 10101 1110 101101 101000 1001101

Color Harmonies of #DCD0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD0AD

Black with #DCD0AD

Text Example


Text Example

White with #DCD0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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