Html Css Color HEX #DDAB97 Rose

📋 copy color: '#DDAB97'

red 221 ◦ green 171 ◦ blue 151

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

Shades of Rose #DDAB97

Tints of Rose #DDAB97

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.49%

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

R = 40.7%
G = 31.49%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDAB97 (or 0xDDAB97) is known color: Rose. HEX triplet: DD, AB and 97. RGB value is (221,171,151). Sum of RGB (Red+Green+Blue) = 221+171+151=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB97 is #225468. Grayscale: #B7B7B7. Windows color (decimal): -2249833 or 9939933. OLE color: 9939933.

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

Color convert

RGB 221 171 151 -
CMYK 0 0.23 0.32 0.13
HSL 17.14º 0.51% 0.73% -
HSV(B) 17.14º 0.32% 0.87% -
XYZ 49.97 46.73 35.66 -
YUV 183.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 221 171 151 0 0.23 0.32 0.13 17.14 0.51 0.73
Hex DD AB 97 0 17 20 D 11 33 49
Octal 335 253 227 0 27 40 15 21 63 111
Binary 11011101 10101011 10010111 0 10111 100000 1101 10001 110011 1001001

Color Harmonies of #DDAB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB97

Black with #DDAB97

Text Example


Text Example

White with #DDAB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB97; }

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

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

background-color css

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

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

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

border-color css

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

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

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