Html Css Color HEX #DDA995 Rose

📋 copy color: '#DDA995'

red 221 ◦ green 169 ◦ blue 149

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

Shades of Rose #DDA995

Tints of Rose #DDA995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.35%

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

R = 41%
G = 31.35%
B = 27.64%

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

#DDA995 (or 0xDDA995) is known color: Rose. HEX triplet: DD, A9 and 95. RGB value is (221,169,149). Sum of RGB (Red+Green+Blue) = 221+169+149=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA995 is #22566A. Grayscale: #B6B6B6. Windows color (decimal): -2250347 or 9808349. OLE color: 9808349.

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

Color convert

RGB 221 169 149 -
CMYK 0 0.24 0.33 0.13
HSL 16.67º 0.51% 0.73% -
HSV(B) 16.67º 0.33% 0.87% -
XYZ 49.43 45.92 34.69 -
YUV 182.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 221 169 149 0 0.24 0.33 0.13 16.67 0.51 0.73
Hex DD A9 95 0 18 21 D 11 33 49
Octal 335 251 225 0 30 41 15 21 63 111
Binary 11011101 10101001 10010101 0 11000 100001 1101 10001 110011 1001001

Color Harmonies of #DDA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA995

Black with #DDA995

Text Example


Text Example

White with #DDA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA995; }

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

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

background-color css

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

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

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

border-color css

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

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

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