Html Css Color HEX #DD9B83 Tonys Pink

📋 copy color: '#DD9B83'

red 221 ◦ green 155 ◦ blue 131

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

Shades of Tonys Pink #DD9B83

Tints of Tonys Pink #DD9B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.84%

R = 43.59%
G = 30.57%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD9B83 (or 0xDD9B83) is known color: Tonys Pink. HEX triplet: DD, 9B and 83. RGB value is (221,155,131). Sum of RGB (Red+Green+Blue) = 221+155+131=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9B83 is #22647C. Grayscale: #ACACAC. Windows color (decimal): -2253949 or 8625117. OLE color: 8625117.

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

Color convert

RGB 221 155 131 -
CMYK 0 0.30 0.41 0.13
HSL 16º 0.57% 0.69% -
HSV(B) 16º 0.41% 0.87% -
XYZ 45.64 40.45 26.88 -
YUV 172 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 221 155 131 0 0.30 0.41 0.13 16 0.57 0.69
Hex DD 9B 83 0 1E 29 D 10 39 45
Octal 335 233 203 0 36 51 15 20 71 105
Binary 11011101 10011011 10000011 0 11110 101001 1101 10000 111001 1000101

Color Harmonies of #DD9B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B83

Black with #DD9B83

Text Example


Text Example

White with #DD9B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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