Html Css Color HEX #DDA195 Rose

📋 copy color: '#DDA195'

red 221 ◦ green 161 ◦ blue 149

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

Shades of Rose #DDA195

Tints of Rose #DDA195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.32%

 BLUE value IS 149 (58.59% from 255) = 28.06%

R = 41.62%
G = 30.32%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDA195 (or 0xDDA195) is known color: Rose. HEX triplet: DD, A1 and 95. RGB value is (221,161,149). Sum of RGB (Red+Green+Blue) = 221+161+149=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA195 is #225E6A. Grayscale: #B1B1B1. Windows color (decimal): -2252395 or 9806301. OLE color: 9806301.

HSL color Cylindrical-coordinate representation of color #DDA195: hue angle of 10º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA195 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 149 -
CMYK 0 0.27 0.33 0.13
HSL 10º 0.51% 0.73% -
HSV(B) 10º 0.33% 0.87% -
XYZ 47.99 43.03 34.21 -
YUV 177.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 221 161 149 0 0.27 0.33 0.13 10 0.51 0.73
Hex DD A1 95 0 1B 21 D A 33 49
Octal 335 241 225 0 33 41 15 12 63 111
Binary 11011101 10100001 10010101 0 11011 100001 1101 1010 110011 1001001

Color Harmonies of #DDA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA195

Black with #DDA195

Text Example


Text Example

White with #DDA195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA195; }

 p { color: rgb(221,161,149); }

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

background-color css

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

 a { background-color: rgb(221,161,149); }

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

border-color css

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

 span { border-color: rgb(221,161,149); }

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