Html Css Color HEX #DDA496 Rose

📋 copy color: '#DDA496'

red 221 ◦ green 164 ◦ blue 150

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

Shades of Rose #DDA496

Tints of Rose #DDA496

RGB

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

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

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

R = 41.31%
G = 30.65%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDA496 (or 0xDDA496) is known color: Rose. HEX triplet: DD, A4 and 96. RGB value is (221,164,150). Sum of RGB (Red+Green+Blue) = 221+164+150=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA496 is #225B69. Grayscale: #B3B3B3. Windows color (decimal): -2251626 or 9872605. OLE color: 9872605.

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

Color convert

RGB 221 164 150 -
CMYK 0 0.26 0.32 0.13
HSL 11.83º 0.51% 0.73% -
HSV(B) 11.83º 0.32% 0.87% -
XYZ 48.6 44.13 34.81 -
YUV 179.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 221 164 150 0 0.26 0.32 0.13 11.83 0.51 0.73
Hex DD A4 96 0 1A 20 D C 33 49
Octal 335 244 226 0 32 40 15 14 63 111
Binary 11011101 10100100 10010110 0 11010 100000 1101 1100 110011 1001001

Color Harmonies of #DDA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA496

Black with #DDA496

Text Example


Text Example

White with #DDA496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA496; }

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

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

background-color css

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

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

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

border-color css

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

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

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