Html Css Color HEX #DF9575 Dark Salmon

📋 copy color: '#DF9575'

red 223 ◦ green 149 ◦ blue 117

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

Shades of Dark Salmon #DF9575

Tints of Dark Salmon #DF9575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.47%

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

R = 45.6%
G = 30.47%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF9575 (or 0xDF9575) is known color: Dark Salmon. HEX triplet: DF, 95 and 75. RGB value is (223,149,117). Sum of RGB (Red+Green+Blue) = 223+149+117=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9575 is #206A8A. Grayscale: #A7A7A7. Windows color (decimal): -2124427 or 7706079. OLE color: 7706079.

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

Color convert

RGB 223 149 117 -
CMYK 0 0.33 0.48 0.13
HSL 18.11º 0.62% 0.67% -
HSV(B) 18.11º 0.48% 0.87% -
XYZ 44.39 38.47 21.91 -
YUV 167.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 223 149 117 0 0.33 0.48 0.13 18.11 0.62 0.67
Hex DF 95 75 0 21 30 D 12 3E 43
Octal 337 225 165 0 41 60 15 22 76 103
Binary 11011111 10010101 1110101 0 100001 110000 1101 10010 111110 1000011

Color Harmonies of #DF9575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9575

Black with #DF9575

Text Example


Text Example

White with #DF9575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9575; }

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

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

background-color css

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

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

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

border-color css

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

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

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