Html Css Color HEX #DDA198 Rose

📋 copy color: '#DDA198'

red 221 ◦ green 161 ◦ blue 152

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

Shades of Rose #DDA198

Tints of Rose #DDA198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.15%

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

R = 41.39%
G = 30.15%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDA198 (or 0xDDA198) is known color: Rose. HEX triplet: DD, A1 and 98. RGB value is (221,161,152). Sum of RGB (Red+Green+Blue) = 221+161+152=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA198 is #225E67. Grayscale: #B2B2B2. Windows color (decimal): -2252392 or 10002909. OLE color: 10002909.

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

Color convert

RGB 221 161 152 -
CMYK 0 0.27 0.31 0.13
HSL 7.83º 0.5% 0.73% -
HSV(B) 7.83º 0.31% 0.87% -
XYZ 48.23 43.13 35.49 -
YUV 177.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 221 161 152 0 0.27 0.31 0.13 7.83 0.5 0.73
Hex DD A1 98 0 1B 1F D 8 32 49
Octal 335 241 230 0 33 37 15 10 62 111
Binary 11011101 10100001 10011000 0 11011 11111 1101 1000 110010 1001001

Color Harmonies of #DDA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA198

Black with #DDA198

Text Example


Text Example

White with #DDA198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA198; }

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

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

background-color css

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

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

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

border-color css

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

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

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