Html Css Color HEX #DF9172 Dark Salmon

📋 copy color: '#DF9172'

red 223 ◦ green 145 ◦ blue 114

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

Shades of Dark Salmon #DF9172

Tints of Dark Salmon #DF9172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.08%

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 46.27%
G = 30.08%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF9172 (or 0xDF9172) is known color: Dark Salmon. HEX triplet: DF, 91 and 72. RGB value is (223,145,114). Sum of RGB (Red+Green+Blue) = 223+145+114=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9172 is #206E8D. Grayscale: #A4A4A4. Windows color (decimal): -2125454 or 7508447. OLE color: 7508447.

HSL color Cylindrical-coordinate representation of color #DF9172: hue angle of 17.06º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF9172 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 145 114 -
CMYK 0 0.35 0.49 0.13
HSL 17.06º 0.63% 0.66% -
HSV(B) 17.06º 0.49% 0.87% -
XYZ 43.59 37.15 20.79 -
YUV 164.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 223 145 114 0 0.35 0.49 0.13 17.06 0.63 0.66
Hex DF 91 72 0 23 31 D 11 3F 42
Octal 337 221 162 0 43 61 15 21 77 102
Binary 11011111 10010001 1110010 0 100011 110001 1101 10001 111111 1000010

Color Harmonies of #DF9172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9172

Black with #DF9172

Text Example


Text Example

White with #DF9172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9172; }

 p { color: rgb(223,145,114); }

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

background-color css

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

 a { background-color: rgb(223,145,114); }

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

border-color css

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

 span { border-color: rgb(223,145,114); }

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