Html Css Color HEX #DDAA91 Rose

📋 copy color: '#DDAA91'

red 221 ◦ green 170 ◦ blue 145

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

Shades of Rose #DDAA91

Tints of Rose #DDAA91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.05%

R = 41.23%
G = 31.72%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDAA91 (or 0xDDAA91) is known color: Rose. HEX triplet: DD, AA and 91. RGB value is (221,170,145). Sum of RGB (Red+Green+Blue) = 221+170+145=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA91 is #22556E. Grayscale: #B6B6B6. Windows color (decimal): -2250095 or 9546461. OLE color: 9546461.

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

Color convert

RGB 221 170 145 -
CMYK 0 0.23 0.34 0.13
HSL 19.74º 0.53% 0.72% -
HSV(B) 19.74º 0.34% 0.87% -
XYZ 49.3 46.17 33.1 -
YUV 182.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 221 170 145 0 0.23 0.34 0.13 19.74 0.53 0.72
Hex DD AA 91 0 17 22 D 14 35 48
Octal 335 252 221 0 27 42 15 24 65 110
Binary 11011101 10101010 10010001 0 10111 100010 1101 10100 110101 1001000

Color Harmonies of #DDAA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA91

Black with #DDAA91

Text Example


Text Example

White with #DDAA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA91; }

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

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

background-color css

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

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

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

border-color css

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

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

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