Html Css Color HEX #DDA997 Rose

📋 copy color: '#DDA997'

red 221 ◦ green 169 ◦ blue 151

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

Shades of Rose #DDA997

Tints of Rose #DDA997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.91%

R = 40.85%
G = 31.24%
B = 27.91%

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

#DDA997 (or 0xDDA997) is known color: Rose. HEX triplet: DD, A9 and 97. RGB value is (221,169,151). Sum of RGB (Red+Green+Blue) = 221+169+151=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA997 is #225668. Grayscale: #B6B6B6. Windows color (decimal): -2250345 or 9939421. OLE color: 9939421.

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

Color convert

RGB 221 169 151 -
CMYK 0 0.24 0.32 0.13
HSL 15.43º 0.51% 0.73% -
HSV(B) 15.43º 0.32% 0.87% -
XYZ 49.59 45.98 35.54 -
YUV 182.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 221 169 151 0 0.24 0.32 0.13 15.43 0.51 0.73
Hex DD A9 97 0 18 20 D F 33 49
Octal 335 251 227 0 30 40 15 17 63 111
Binary 11011101 10101001 10010111 0 11000 100000 1101 1111 110011 1001001

Color Harmonies of #DDA997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA997

Black with #DDA997

Text Example


Text Example

White with #DDA997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA997; }

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

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

background-color css

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

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

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

border-color css

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

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

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