Html Css Color HEX #DCCDAA Aths Special

📋 copy color: '#DCCDAA'

red 220 ◦ green 205 ◦ blue 170

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

Shades of Aths Special #DCCDAA

Tints of Aths Special #DCCDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.45%

 BLUE value IS 170 (66.8% from 255) = 28.57%

R = 36.97%
G = 34.45%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DCCDAA (or 0xDCCDAA) is known color: Aths Special. HEX triplet: DC, CD and AA. RGB value is (220,205,170). Sum of RGB (Red+Green+Blue) = 220+205+170=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDAA is #233255. Grayscale: #CDCDCD. Windows color (decimal): -2306646 or 11193820. OLE color: 11193820.

HSL color Cylindrical-coordinate representation of color #DCCDAA: hue angle of 42º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCCDAA is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 170 -
CMYK 0 0.07 0.23 0.14
HSL 42º 0.42% 0.76% -
HSV(B) 42º 0.23% 0.86% -
XYZ 58.6 61.78 46.87 -
YUV 205.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 220 205 170 0 0.07 0.23 0.14 42 0.42 0.76
Hex DC CD AA 0 7 17 E 2A 2A 4C
Octal 334 315 252 0 7 27 16 52 52 114
Binary 11011100 11001101 10101010 0 111 10111 1110 101010 101010 1001100

Color Harmonies of #DCCDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCDAA

Black with #DCCDAA

Text Example


Text Example

White with #DCCDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCDAA; }

 p { color: rgb(220,205,170); }

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

background-color css

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

 a { background-color: rgb(220,205,170); }

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

border-color css

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

 span { border-color: rgb(220,205,170); }

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