Html Css Color HEX #DDA49B Rose

📋 copy color: '#DDA49B'

red 221 ◦ green 164 ◦ blue 155

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

Shades of Rose #DDA49B

Tints of Rose #DDA49B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.37%

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

R = 40.93%
G = 30.37%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDA49B (or 0xDDA49B) is known color: Rose. HEX triplet: DD, A4 and 9B. RGB value is (221,164,155). Sum of RGB (Red+Green+Blue) = 221+164+155=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA49B is #225B64. Grayscale: #B4B4B4. Windows color (decimal): -2251621 or 10200285. OLE color: 10200285.

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

Color convert

RGB 221 164 155 -
CMYK 0 0.26 0.30 0.13
HSL 8.18º 0.49% 0.74% -
HSV(B) 8.18º 0.3% 0.87% -
XYZ 49.01 44.29 36.98 -
YUV 180.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 221 164 155 0 0.26 0.30 0.13 8.18 0.49 0.74
Hex DD A4 9B 0 1A 1E D 8 31 4A
Octal 335 244 233 0 32 36 15 10 61 112
Binary 11011101 10100100 10011011 0 11010 11110 1101 1000 110001 1001010

Color Harmonies of #DDA49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA49B

Black with #DDA49B

Text Example


Text Example

White with #DDA49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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