Html Css Color HEX #DF9B80 Tonys Pink

📋 copy color: '#DF9B80'

red 223 ◦ green 155 ◦ blue 128

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

Shades of Tonys Pink #DF9B80

Tints of Tonys Pink #DF9B80

RGB

 RED value IS 223 (87.5% from 255) = 44.07%

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

 BLUE value IS 128 (50.39% from 255) = 25.3%

R = 44.07%
G = 30.63%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF9B80 (or 0xDF9B80) is known color: Tonys Pink. HEX triplet: DF, 9B and 80. RGB value is (223,155,128). Sum of RGB (Red+Green+Blue) = 223+155+128=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9B80 is #20647F. Grayscale: #ACACAC. Windows color (decimal): -2122880 or 8428511. OLE color: 8428511.

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

Color convert

RGB 223 155 128 -
CMYK 0 0.30 0.43 0.13
HSL 17.05º 0.6% 0.69% -
HSV(B) 17.05º 0.43% 0.87% -
XYZ 46.05 40.69 25.85 -
YUV 172.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 223 155 128 0 0.30 0.43 0.13 17.05 0.6 0.69
Hex DF 9B 80 0 1E 2B D 11 3C 45
Octal 337 233 200 0 36 53 15 21 74 105
Binary 11011111 10011011 10000000 0 11110 101011 1101 10001 111100 1000101

Color Harmonies of #DF9B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9B80

Black with #DF9B80

Text Example


Text Example

White with #DF9B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9B80; }

 p { color: rgb(223,155,128); }

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

background-color css

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

 a { background-color: rgb(223,155,128); }

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

border-color css

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

 span { border-color: rgb(223,155,128); }

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