Html Css Color HEX #DDA99A Rose

📋 copy color: '#DDA99A'

red 221 ◦ green 169 ◦ blue 154

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

Shades of Rose #DDA99A

Tints of Rose #DDA99A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.07%

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

R = 40.63%
G = 31.07%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDA99A (or 0xDDA99A) is known color: Rose. HEX triplet: DD, A9 and 9A. RGB value is (221,169,154). Sum of RGB (Red+Green+Blue) = 221+169+154=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA99A is #225665. Grayscale: #B6B6B6. Windows color (decimal): -2250342 or 10136029. OLE color: 10136029.

HSL color Cylindrical-coordinate representation of color #DDA99A: hue angle of 13.43º 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 #DDA99A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 154 -
CMYK 0 0.24 0.30 0.13
HSL 13.43º 0.5% 0.74% -
HSV(B) 13.43º 0.3% 0.87% -
XYZ 49.84 46.08 36.84 -
YUV 182.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 221 169 154 0 0.24 0.30 0.13 13.43 0.5 0.74
Hex DD A9 9A 0 18 1E D D 32 4A
Octal 335 251 232 0 30 36 15 15 62 112
Binary 11011101 10101001 10011010 0 11000 11110 1101 1101 110010 1001010

Color Harmonies of #DDA99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA99A

Black with #DDA99A

Text Example


Text Example

White with #DDA99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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