Html Css Color HEX #DDAA9A Rose

📋 copy color: '#DDAA9A'

red 221 ◦ green 170 ◦ blue 154

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

Shades of Rose #DDAA9A

Tints of Rose #DDAA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.26%

R = 40.55%
G = 31.19%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDAA9A (or 0xDDAA9A) is known color: Rose. HEX triplet: DD, AA and 9A. RGB value is (221,170,154). Sum of RGB (Red+Green+Blue) = 221+170+154=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA9A is #225565. Grayscale: #B7B7B7. Windows color (decimal): -2250086 or 10136285. OLE color: 10136285.

HSL color Cylindrical-coordinate representation of color #DDAA9A: hue angle of 14.33º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDAA9A is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 154 -
CMYK 0 0.23 0.30 0.13
HSL 14.33º 0.5% 0.74% -
HSV(B) 14.33º 0.3% 0.87% -
XYZ 50.03 46.45 36.9 -
YUV 183.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 221 170 154 0 0.23 0.30 0.13 14.33 0.5 0.74
Hex DD AA 9A 0 17 1E D E 32 4A
Octal 335 252 232 0 27 36 15 16 62 112
Binary 11011101 10101010 10011010 0 10111 11110 1101 1110 110010 1001010

Color Harmonies of #DDAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA9A

Black with #DDAA9A

Text Example


Text Example

White with #DDAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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