Html Css Color HEX #DF9874 Dark Salmon

📋 copy color: '#DF9874'

red 223 ◦ green 152 ◦ blue 116

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

Shades of Dark Salmon #DF9874

Tints of Dark Salmon #DF9874

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.96%

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 45.42%
G = 30.96%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF9874 (or 0xDF9874) is known color: Dark Salmon. HEX triplet: DF, 98 and 74. RGB value is (223,152,116). Sum of RGB (Red+Green+Blue) = 223+152+116=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9874 is #20678B. Grayscale: #A9A9A9. Windows color (decimal): -2123660 or 7641311. OLE color: 7641311.

HSL color Cylindrical-coordinate representation of color #DF9874: hue angle of 20.19º 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 #DF9874 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 116 -
CMYK 0 0.32 0.48 0.13
HSL 20.19º 0.63% 0.66% -
HSV(B) 20.19º 0.48% 0.87% -
XYZ 44.81 39.41 21.77 -
YUV 169.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 223 152 116 0 0.32 0.48 0.13 20.19 0.63 0.66
Hex DF 98 74 0 20 30 D 14 3F 42
Octal 337 230 164 0 40 60 15 24 77 102
Binary 11011111 10011000 1110100 0 100000 110000 1101 10100 111111 1000010

Color Harmonies of #DF9874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9874

Black with #DF9874

Text Example


Text Example

White with #DF9874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9874; }

 p { color: rgb(223,152,116); }

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

background-color css

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

 a { background-color: rgb(223,152,116); }

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

border-color css

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

 span { border-color: rgb(223,152,116); }

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