Html Css Color HEX #DDA196 Rose

📋 copy color: '#DDA196'

red 221 ◦ green 161 ◦ blue 150

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

Shades of Rose #DDA196

Tints of Rose #DDA196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.2%

R = 41.54%
G = 30.26%
B = 28.2%

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

#DDA196 (or 0xDDA196) is known color: Rose. HEX triplet: DD, A1 and 96. RGB value is (221,161,150). Sum of RGB (Red+Green+Blue) = 221+161+150=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA196 is #225E69. Grayscale: #B1B1B1. Windows color (decimal): -2252394 or 9871837. OLE color: 9871837.

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

Color convert

RGB 221 161 150 -
CMYK 0 0.27 0.32 0.13
HSL 9.3º 0.51% 0.73% -
HSV(B) 9.3º 0.32% 0.87% -
XYZ 48.07 43.06 34.63 -
YUV 177.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 221 161 150 0 0.27 0.32 0.13 9.3 0.51 0.73
Hex DD A1 96 0 1B 20 D 9 33 49
Octal 335 241 226 0 33 40 15 11 63 111
Binary 11011101 10100001 10010110 0 11011 100000 1101 1001 110011 1001001

Color Harmonies of #DDA196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA196

Black with #DDA196

Text Example


Text Example

White with #DDA196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA196; }

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

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

background-color css

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

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

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

border-color css

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

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

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