Html Css Color HEX #DF9682 Tonys Pink

📋 copy color: '#DF9682'

red 223 ◦ green 150 ◦ blue 130

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

Shades of Tonys Pink #DF9682

Tints of Tonys Pink #DF9682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.82%

 BLUE value IS 130 (51.17% from 255) = 25.84%

R = 44.33%
G = 29.82%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF9682 (or 0xDF9682) is known color: Tonys Pink. HEX triplet: DF, 96 and 82. RGB value is (223,150,130). Sum of RGB (Red+Green+Blue) = 223+150+130=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9682 is #20697D. Grayscale: #A9A9A9. Windows color (decimal): -2124158 or 8558303. OLE color: 8558303.

HSL color Cylindrical-coordinate representation of color #DF9682: hue angle of 12.9º degrees, saturation: 0.59, 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 #DF9682 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 150 130 -
CMYK 0 0.33 0.42 0.13
HSL 12.9º 0.59% 0.69% -
HSV(B) 12.9º 0.42% 0.87% -
XYZ 45.37 39.11 26.28 -
YUV 169.55 105.68 166.13 -
System Red Green Blue C M Y K H S L
Decimal 223 150 130 0 0.33 0.42 0.13 12.9 0.59 0.69
Hex DF 96 82 0 21 2A D D 3B 45
Octal 337 226 202 0 41 52 15 15 73 105
Binary 11011111 10010110 10000010 0 100001 101010 1101 1101 111011 1000101

Color Harmonies of #DF9682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9682

Black with #DF9682

Text Example


Text Example

White with #DF9682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9682; }

 p { color: rgb(223,150,130); }

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

background-color css

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

 a { background-color: rgb(223,150,130); }

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

border-color css

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

 span { border-color: rgb(223,150,130); }

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