Html Css Color HEX #DF9685 Tonys Pink

📋 copy color: '#DF9685'

red 223 ◦ green 150 ◦ blue 133

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

Shades of Tonys Pink #DF9685

Tints of Tonys Pink #DF9685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.28%

R = 44.07%
G = 29.64%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF9685 (or 0xDF9685) is known color: Tonys Pink. HEX triplet: DF, 96 and 85. RGB value is (223,150,133). Sum of RGB (Red+Green+Blue) = 223+150+133=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9685 is #20697A. Grayscale: #AAAAAA. Windows color (decimal): -2124155 or 8754911. OLE color: 8754911.

HSL color Cylindrical-coordinate representation of color #DF9685: hue angle of 11.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF9685 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 150 133 -
CMYK 0 0.33 0.40 0.13
HSL 11.33º 0.58% 0.7% -
HSV(B) 11.33º 0.4% 0.87% -
XYZ 45.57 39.19 27.35 -
YUV 169.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 223 150 133 0 0.33 0.40 0.13 11.33 0.58 0.7
Hex DF 96 85 0 21 28 D B 3A 46
Octal 337 226 205 0 41 50 15 13 72 106
Binary 11011111 10010110 10000101 0 100001 101000 1101 1011 111010 1000110

Color Harmonies of #DF9685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9685

Black with #DF9685

Text Example


Text Example

White with #DF9685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9685; }

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

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

background-color css

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

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

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

border-color css

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

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

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