Html Css Color HEX #DDA895 Rose

📋 copy color: '#DDA895'

red 221 ◦ green 168 ◦ blue 149

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

Shades of Rose #DDA895

Tints of Rose #DDA895

RGB

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

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

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

R = 41.08%
G = 31.23%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDA895 (or 0xDDA895) is known color: Rose. HEX triplet: DD, A8 and 95. RGB value is (221,168,149). Sum of RGB (Red+Green+Blue) = 221+168+149=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA895 is #22576A. Grayscale: #B5B5B5. Windows color (decimal): -2250603 or 9808093. OLE color: 9808093.

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

Color convert

RGB 221 168 149 -
CMYK 0 0.24 0.33 0.13
HSL 15.83º 0.51% 0.73% -
HSV(B) 15.83º 0.33% 0.87% -
XYZ 49.25 45.55 34.63 -
YUV 181.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 221 168 149 0 0.24 0.33 0.13 15.83 0.51 0.73
Hex DD A8 95 0 18 21 D 10 33 49
Octal 335 250 225 0 30 41 15 20 63 111
Binary 11011101 10101000 10010101 0 11000 100001 1101 10000 110011 1001001

Color Harmonies of #DDA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA895

Black with #DDA895

Text Example


Text Example

White with #DDA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA895; }

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

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

background-color css

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

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

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

border-color css

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

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

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