Html Css Color HEX #DDA29A Rose

📋 copy color: '#DDA29A'

red 221 ◦ green 162 ◦ blue 154

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

Shades of Rose #DDA29A

Tints of Rose #DDA29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.17%

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

R = 41.15%
G = 30.17%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDA29A (or 0xDDA29A) is known color: Rose. HEX triplet: DD, A2 and 9A. RGB value is (221,162,154). Sum of RGB (Red+Green+Blue) = 221+162+154=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA29A is #225D65. Grayscale: #B2B2B2. Windows color (decimal): -2252134 or 10134237. OLE color: 10134237.

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

Color convert

RGB 221 162 154 -
CMYK 0 0.27 0.30 0.13
HSL 7.16º 0.5% 0.74% -
HSV(B) 7.16º 0.3% 0.87% -
XYZ 48.57 43.55 36.42 -
YUV 178.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 221 162 154 0 0.27 0.30 0.13 7.16 0.5 0.74
Hex DD A2 9A 0 1B 1E D 7 32 4A
Octal 335 242 232 0 33 36 15 7 62 112
Binary 11011101 10100010 10011010 0 11011 11110 1101 111 110010 1001010

Color Harmonies of #DDA29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA29A

Black with #DDA29A

Text Example


Text Example

White with #DDA29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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