Html Css Color HEX #DDA896 Rose

📋 copy color: '#DDA896'

red 221 ◦ green 168 ◦ blue 150

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

Shades of Rose #DDA896

Tints of Rose #DDA896

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.17%

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

R = 41%
G = 31.17%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDA896 (or 0xDDA896) is known color: Rose. HEX triplet: DD, A8 and 96. RGB value is (221,168,150). Sum of RGB (Red+Green+Blue) = 221+168+150=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA896 is #225769. Grayscale: #B5B5B5. Windows color (decimal): -2250602 or 9873629. OLE color: 9873629.

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

Color convert

RGB 221 168 150 -
CMYK 0 0.24 0.32 0.13
HSL 15.21º 0.51% 0.73% -
HSV(B) 15.21º 0.32% 0.87% -
XYZ 49.33 45.58 35.05 -
YUV 181.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 221 168 150 0 0.24 0.32 0.13 15.21 0.51 0.73
Hex DD A8 96 0 18 20 D F 33 49
Octal 335 250 226 0 30 40 15 17 63 111
Binary 11011101 10101000 10010110 0 11000 100000 1101 1111 110011 1001001

Color Harmonies of #DDA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA896

Black with #DDA896

Text Example


Text Example

White with #DDA896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA896; }

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

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

background-color css

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

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

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

border-color css

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

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

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