Html Css Color HEX #DF9A73 Dark Salmon

📋 copy color: '#DF9A73'

red 223 ◦ green 154 ◦ blue 115

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

Shades of Dark Salmon #DF9A73

Tints of Dark Salmon #DF9A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.3%

 BLUE value IS 115 (45.31% from 255) = 23.37%

R = 45.33%
G = 31.3%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF9A73 (or 0xDF9A73) is known color: Dark Salmon. HEX triplet: DF, 9A and 73. RGB value is (223,154,115). Sum of RGB (Red+Green+Blue) = 223+154+115=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A73 is #20658C. Grayscale: #AAAAAA. Windows color (decimal): -2123149 or 7576287. OLE color: 7576287.

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

Color convert

RGB 223 154 115 -
CMYK 0 0.31 0.48 0.13
HSL 21.67º 0.63% 0.66% -
HSV(B) 21.67º 0.48% 0.87% -
XYZ 45.08 40.04 21.57 -
YUV 170.19 96.86 165.67 -
System Red Green Blue C M Y K H S L
Decimal 223 154 115 0 0.31 0.48 0.13 21.67 0.63 0.66
Hex DF 9A 73 0 1F 30 D 16 3F 42
Octal 337 232 163 0 37 60 15 26 77 102
Binary 11011111 10011010 1110011 0 11111 110000 1101 10110 111111 1000010

Color Harmonies of #DF9A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A73

Black with #DF9A73

Text Example


Text Example

White with #DF9A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A73; }

 p { color: rgb(223,154,115); }

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

background-color css

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

 a { background-color: rgb(223,154,115); }

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

border-color css

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

 span { border-color: rgb(223,154,115); }

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