Html Css Color HEX #DF9A74 Dark Salmon

📋 copy color: '#DF9A74'

red 223 ◦ green 154 ◦ blue 116

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

Shades of Dark Salmon #DF9A74

Tints of Dark Salmon #DF9A74

RGB

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

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

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

R = 45.23%
G = 31.24%
B = 23.53%

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

#DF9A74 (or 0xDF9A74) is known color: Dark Salmon. HEX triplet: DF, 9A and 74. RGB value is (223,154,116). Sum of RGB (Red+Green+Blue) = 223+154+116=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A74 is #20658B. Grayscale: #AAAAAA. Windows color (decimal): -2123148 or 7641823. OLE color: 7641823.

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

Color convert

RGB 223 154 116 -
CMYK 0 0.31 0.48 0.13
HSL 21.31º 0.63% 0.66% -
HSV(B) 21.31º 0.48% 0.87% -
XYZ 45.14 40.06 21.88 -
YUV 170.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 223 154 116 0 0.31 0.48 0.13 21.31 0.63 0.66
Hex DF 9A 74 0 1F 30 D 15 3F 42
Octal 337 232 164 0 37 60 15 25 77 102
Binary 11011111 10011010 1110100 0 11111 110000 1101 10101 111111 1000010

Color Harmonies of #DF9A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A74

Black with #DF9A74

Text Example


Text Example

White with #DF9A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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