Html Css Color HEX #DDA998 Rose

📋 copy color: '#DDA998'

red 221 ◦ green 169 ◦ blue 152

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

Shades of Rose #DDA998

Tints of Rose #DDA998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.04%

R = 40.77%
G = 31.18%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDA998 (or 0xDDA998) is known color: Rose. HEX triplet: DD, A9 and 98. RGB value is (221,169,152). Sum of RGB (Red+Green+Blue) = 221+169+152=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA998 is #225667. Grayscale: #B6B6B6. Windows color (decimal): -2250344 or 10004957. OLE color: 10004957.

HSL color Cylindrical-coordinate representation of color #DDA998: hue angle of 14.78º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDA998 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 152 -
CMYK 0 0.24 0.31 0.13
HSL 14.78º 0.5% 0.73% -
HSV(B) 14.78º 0.31% 0.87% -
XYZ 49.67 46.02 35.97 -
YUV 182.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 221 169 152 0 0.24 0.31 0.13 14.78 0.5 0.73
Hex DD A9 98 0 18 1F D F 32 49
Octal 335 251 230 0 30 37 15 17 62 111
Binary 11011101 10101001 10011000 0 11000 11111 1101 1111 110010 1001001

Color Harmonies of #DDA998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA998

Black with #DDA998

Text Example


Text Example

White with #DDA998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA998; }

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

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

background-color css

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

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

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

border-color css

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

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

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