Html Css Color HEX #DDAA9C Rose

📋 copy color: '#DDAA9C'

red 221 ◦ green 170 ◦ blue 156

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

Shades of Rose #DDAA9C

Tints of Rose #DDAA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.52%

R = 40.4%
G = 31.08%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDAA9C (or 0xDDAA9C) is known color: Rose. HEX triplet: DD, AA and 9C. RGB value is (221,170,156). Sum of RGB (Red+Green+Blue) = 221+170+156=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA9C is #225563. Grayscale: #B7B7B7. Windows color (decimal): -2250084 or 10267357. OLE color: 10267357.

HSL color Cylindrical-coordinate representation of color #DDAA9C: hue angle of 12.92º degrees, saturation: 0.49, 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 #DDAA9C is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 156 -
CMYK 0 0.23 0.29 0.13
HSL 12.92º 0.49% 0.74% -
HSV(B) 12.92º 0.29% 0.87% -
XYZ 50.19 46.52 37.79 -
YUV 183.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 221 170 156 0 0.23 0.29 0.13 12.92 0.49 0.74
Hex DD AA 9C 0 17 1D D D 31 4A
Octal 335 252 234 0 27 35 15 15 61 112
Binary 11011101 10101010 10011100 0 10111 11101 1101 1101 110001 1001010

Color Harmonies of #DDAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA9C

Black with #DDAA9C

Text Example


Text Example

White with #DDAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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