Html Css Color HEX #DDA197 Rose

📋 copy color: '#DDA197'

red 221 ◦ green 161 ◦ blue 151

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

Shades of Rose #DDA197

Tints of Rose #DDA197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.33%

R = 41.46%
G = 30.21%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDA197 (or 0xDDA197) is known color: Rose. HEX triplet: DD, A1 and 97. RGB value is (221,161,151). Sum of RGB (Red+Green+Blue) = 221+161+151=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA197 is #225E68. Grayscale: #B1B1B1. Windows color (decimal): -2252393 or 9937373. OLE color: 9937373.

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

Color convert

RGB 221 161 151 -
CMYK 0 0.27 0.32 0.13
HSL 8.57º 0.51% 0.73% -
HSV(B) 8.57º 0.32% 0.87% -
XYZ 48.15 43.1 35.06 -
YUV 177.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 221 161 151 0 0.27 0.32 0.13 8.57 0.51 0.73
Hex DD A1 97 0 1B 20 D 9 33 49
Octal 335 241 227 0 33 40 15 11 63 111
Binary 11011101 10100001 10010111 0 11011 100000 1101 1001 110011 1001001

Color Harmonies of #DDA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA197

Black with #DDA197

Text Example


Text Example

White with #DDA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA197; }

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

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

background-color css

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

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

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

border-color css

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

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

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