Html Css Color HEX #DF9475 Dark Salmon

📋 copy color: '#DF9475'

red 223 ◦ green 148 ◦ blue 117

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

Shades of Dark Salmon #DF9475

Tints of Dark Salmon #DF9475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.33%

 BLUE value IS 117 (46.09% from 255) = 23.98%

R = 45.7%
G = 30.33%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF9475 (or 0xDF9475) is known color: Dark Salmon. HEX triplet: DF, 94 and 75. RGB value is (223,148,117). Sum of RGB (Red+Green+Blue) = 223+148+117=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9475 is #206B8A. Grayscale: #A7A7A7. Windows color (decimal): -2124683 or 7705823. OLE color: 7705823.

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

Color convert

RGB 223 148 117 -
CMYK 0 0.34 0.48 0.13
HSL 17.55º 0.62% 0.67% -
HSV(B) 17.55º 0.48% 0.87% -
XYZ 44.23 38.15 21.86 -
YUV 166.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 223 148 117 0 0.34 0.48 0.13 17.55 0.62 0.67
Hex DF 94 75 0 22 30 D 12 3E 43
Octal 337 224 165 0 42 60 15 22 76 103
Binary 11011111 10010100 1110101 0 100010 110000 1101 10010 111110 1000011

Color Harmonies of #DF9475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9475

Black with #DF9475

Text Example


Text Example

White with #DF9475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9475; }

 p { color: rgb(223,148,117); }

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

background-color css

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

 a { background-color: rgb(223,148,117); }

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

border-color css

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

 span { border-color: rgb(223,148,117); }

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