Html Css Color HEX #DDAB96 Rose

📋 copy color: '#DDAB96'

red 221 ◦ green 171 ◦ blue 150

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

Shades of Rose #DDAB96

Tints of Rose #DDAB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.68%

R = 40.77%
G = 31.55%
B = 27.68%

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

#DDAB96 (or 0xDDAB96) is known color: Rose. HEX triplet: DD, AB and 96. RGB value is (221,171,150). Sum of RGB (Red+Green+Blue) = 221+171+150=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB96 is #225469. Grayscale: #B7B7B7. Windows color (decimal): -2249834 or 9874397. OLE color: 9874397.

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

Color convert

RGB 221 171 150 -
CMYK 0 0.23 0.32 0.13
HSL 17.75º 0.51% 0.73% -
HSV(B) 17.75º 0.32% 0.87% -
XYZ 49.89 46.7 35.24 -
YUV 183.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 221 171 150 0 0.23 0.32 0.13 17.75 0.51 0.73
Hex DD AB 96 0 17 20 D 12 33 49
Octal 335 253 226 0 27 40 15 22 63 111
Binary 11011101 10101011 10010110 0 10111 100000 1101 10010 110011 1001001

Color Harmonies of #DDAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB96

Black with #DDAB96

Text Example


Text Example

White with #DDAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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