Html Css Color HEX #DDAA98 Rose

📋 copy color: '#DDAA98'

red 221 ◦ green 170 ◦ blue 152

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

Shades of Rose #DDAA98

Tints of Rose #DDAA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.99%

R = 40.7%
G = 31.31%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDAA98 (or 0xDDAA98) is known color: Rose. HEX triplet: DD, AA and 98. RGB value is (221,170,152). Sum of RGB (Red+Green+Blue) = 221+170+152=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA98 is #225567. Grayscale: #B7B7B7. Windows color (decimal): -2250088 or 10005213. OLE color: 10005213.

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

Color convert

RGB 221 170 152 -
CMYK 0 0.23 0.31 0.13
HSL 15.65º 0.5% 0.73% -
HSV(B) 15.65º 0.31% 0.87% -
XYZ 49.86 46.39 36.03 -
YUV 183.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 221 170 152 0 0.23 0.31 0.13 15.65 0.5 0.73
Hex DD AA 98 0 17 1F D 10 32 49
Octal 335 252 230 0 27 37 15 20 62 111
Binary 11011101 10101010 10011000 0 10111 11111 1101 10000 110010 1001001

Color Harmonies of #DDAA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA98

Black with #DDAA98

Text Example


Text Example

White with #DDAA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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