Html Css Color HEX #DDCDAA Aths Special

📋 copy color: '#DDCDAA'

red 221 ◦ green 205 ◦ blue 170

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

Shades of Aths Special #DDCDAA

Tints of Aths Special #DDCDAA

RGB

 RED value IS 221 (86.72% from 255) = 37.08%

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

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

R = 37.08%
G = 34.4%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDCDAA (or 0xDDCDAA) is known color: Aths Special. HEX triplet: DD, CD and AA. RGB value is (221,205,170). Sum of RGB (Red+Green+Blue) = 221+205+170=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDAA is #223255. Grayscale: #CDCDCD. Windows color (decimal): -2241110 or 11193821. OLE color: 11193821.

HSL color Cylindrical-coordinate representation of color #DDCDAA: hue angle of 41.18º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDCDAA is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 170 -
CMYK 0 0.07 0.23 0.13
HSL 41.18º 0.43% 0.77% -
HSV(B) 41.18º 0.23% 0.87% -
XYZ 58.91 61.94 46.88 -
YUV 205.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 221 205 170 0 0.07 0.23 0.13 41.18 0.43 0.77
Hex DD CD AA 0 7 17 D 29 2B 4D
Octal 335 315 252 0 7 27 15 51 53 115
Binary 11011101 11001101 10101010 0 111 10111 1101 101001 101011 1001101

Color Harmonies of #DDCDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCDAA

Black with #DDCDAA

Text Example


Text Example

White with #DDCDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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