Html Css Color HEX #DDAD9D Shilo

📋 copy color: '#DDAD9D'

red 221 ◦ green 173 ◦ blue 157

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

Shades of Shilo #DDAD9D

Tints of Shilo #DDAD9D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.4%

 BLUE value IS 157 (61.72% from 255) = 28.49%

R = 40.11%
G = 31.4%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDAD9D (or 0xDDAD9D) is known color: Shilo. HEX triplet: DD, AD and 9D. RGB value is (221,173,157). Sum of RGB (Red+Green+Blue) = 221+173+157=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAD9D is #225262. Grayscale: #B9B9B9. Windows color (decimal): -2249315 or 10333661. OLE color: 10333661.

HSL color Cylindrical-coordinate representation of color #DDAD9D: hue angle of 15º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDAD9D is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 173 157 -
CMYK 0 0.22 0.29 0.13
HSL 15º 0.48% 0.74% -
HSV(B) 15º 0.29% 0.87% -
XYZ 50.85 47.69 38.42 -
YUV 185.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 221 173 157 0 0.22 0.29 0.13 15 0.48 0.74
Hex DD AD 9D 0 16 1D D F 30 4A
Octal 335 255 235 0 26 35 15 17 60 112
Binary 11011101 10101101 10011101 0 10110 11101 1101 1111 110000 1001010

Color Harmonies of #DDAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD9D

Black with #DDAD9D

Text Example


Text Example

White with #DDAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD9D; }

 p { color: rgb(221,173,157); }

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

background-color css

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

 a { background-color: rgb(221,173,157); }

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

border-color css

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

 span { border-color: rgb(221,173,157); }

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