Html Css Color HEX #DDAAA6 Shilo

📋 copy color: '#DDAAA6'

red 221 ◦ green 170 ◦ blue 166

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

Shades of Shilo #DDAAA6

Tints of Shilo #DDAAA6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.52%

 BLUE value IS 166 (65.23% from 255) = 29.8%

R = 39.68%
G = 30.52%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDAAA6 (or 0xDDAAA6) is known color: Shilo. HEX triplet: DD, AA and A6. RGB value is (221,170,166). Sum of RGB (Red+Green+Blue) = 221+170+166=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAA6 is #225559. Grayscale: #B8B8B8. Windows color (decimal): -2250074 or 10922717. OLE color: 10922717.

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

Color convert

RGB 221 170 166 -
CMYK 0 0.23 0.25 0.13
HSL 4.36º 0.45% 0.76% -
HSV(B) 4.36º 0.25% 0.87% -
XYZ 51.08 46.87 42.43 -
YUV 184.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 221 170 166 0 0.23 0.25 0.13 4.36 0.45 0.76
Hex DD AA A6 0 17 19 D 4 2D 4C
Octal 335 252 246 0 27 31 15 4 55 114
Binary 11011101 10101010 10100110 0 10111 11001 1101 100 101101 1001100

Color Harmonies of #DDAAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAA6

Black with #DDAAA6

Text Example


Text Example

White with #DDAAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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