Html Css Color HEX #DD9B81 Tonys Pink

📋 copy color: '#DD9B81'

red 221 ◦ green 155 ◦ blue 129

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

Shades of Tonys Pink #DD9B81

Tints of Tonys Pink #DD9B81

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.69%

 BLUE value IS 129 (50.78% from 255) = 25.54%

R = 43.76%
G = 30.69%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD9B81 (or 0xDD9B81) is known color: Tonys Pink. HEX triplet: DD, 9B and 81. RGB value is (221,155,129). Sum of RGB (Red+Green+Blue) = 221+155+129=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9B81 is #22647E. Grayscale: #ABABAB. Windows color (decimal): -2253951 or 8494045. OLE color: 8494045.

HSL color Cylindrical-coordinate representation of color #DD9B81: hue angle of 16.96º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD9B81 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 155 129 -
CMYK 0 0.30 0.42 0.13
HSL 16.96º 0.58% 0.69% -
HSV(B) 16.96º 0.42% 0.87% -
XYZ 45.5 40.4 26.17 -
YUV 171.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 221 155 129 0 0.30 0.42 0.13 16.96 0.58 0.69
Hex DD 9B 81 0 1E 2A D 11 3A 45
Octal 335 233 201 0 36 52 15 21 72 105
Binary 11011101 10011011 10000001 0 11110 101010 1101 10001 111010 1000101

Color Harmonies of #DD9B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B81

Black with #DD9B81

Text Example


Text Example

White with #DD9B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B81; }

 p { color: rgb(221,155,129); }

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

background-color css

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

 a { background-color: rgb(221,155,129); }

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

border-color css

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

 span { border-color: rgb(221,155,129); }

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