Html Css Color HEX #DDA29B Rose

📋 copy color: '#DDA29B'

red 221 ◦ green 162 ◦ blue 155

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

Shades of Rose #DDA29B

Tints of Rose #DDA29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.81%

R = 41.08%
G = 30.11%
B = 28.81%

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

#DDA29B (or 0xDDA29B) is known color: Rose. HEX triplet: DD, A2 and 9B. RGB value is (221,162,155). Sum of RGB (Red+Green+Blue) = 221+162+155=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA29B is #225D64. Grayscale: #B2B2B2. Windows color (decimal): -2252133 or 10199773. OLE color: 10199773.

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

Color convert

RGB 221 162 155 -
CMYK 0 0.27 0.30 0.13
HSL 6.36º 0.49% 0.74% -
HSV(B) 6.36º 0.3% 0.87% -
XYZ 48.66 43.58 36.86 -
YUV 178.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 221 162 155 0 0.27 0.30 0.13 6.36 0.49 0.74
Hex DD A2 9B 0 1B 1E D 6 31 4A
Octal 335 242 233 0 33 36 15 6 61 112
Binary 11011101 10100010 10011011 0 11011 11110 1101 110 110001 1001010

Color Harmonies of #DDA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA29B

Black with #DDA29B

Text Example


Text Example

White with #DDA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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