Html Css Color HEX #DDA091 Rose

📋 copy color: '#DDA091'

red 221 ◦ green 160 ◦ blue 145

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

Shades of Rose #DDA091

Tints of Rose #DDA091

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.42%

 BLUE value IS 145 (57.03% from 255) = 27.57%

R = 42.02%
G = 30.42%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDA091 (or 0xDDA091) is known color: Rose. HEX triplet: DD, A0 and 91. RGB value is (221,160,145). Sum of RGB (Red+Green+Blue) = 221+160+145=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA091 is #225F6E. Grayscale: #B0B0B0. Windows color (decimal): -2252655 or 9543901. OLE color: 9543901.

HSL color Cylindrical-coordinate representation of color #DDA091: hue angle of 11.84º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA091 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 145 -
CMYK 0 0.28 0.34 0.13
HSL 11.84º 0.53% 0.72% -
HSV(B) 11.84º 0.34% 0.87% -
XYZ 47.5 42.56 32.5 -
YUV 176.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 221 160 145 0 0.28 0.34 0.13 11.84 0.53 0.72
Hex DD A0 91 0 1C 22 D C 35 48
Octal 335 240 221 0 34 42 15 14 65 110
Binary 11011101 10100000 10010001 0 11100 100010 1101 1100 110101 1001000

Color Harmonies of #DDA091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA091

Black with #DDA091

Text Example


Text Example

White with #DDA091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA091; }

 p { color: rgb(221,160,145); }

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

background-color css

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

 a { background-color: rgb(221,160,145); }

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

border-color css

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

 span { border-color: rgb(221,160,145); }

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