Html Css Color HEX #DF9576 Dark Salmon

📋 copy color: '#DF9576'

red 223 ◦ green 149 ◦ blue 118

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

Shades of Dark Salmon #DF9576

Tints of Dark Salmon #DF9576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.08%

R = 45.51%
G = 30.41%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF9576 (or 0xDF9576) is known color: Dark Salmon. HEX triplet: DF, 95 and 76. RGB value is (223,149,118). Sum of RGB (Red+Green+Blue) = 223+149+118=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9576 is #206A89. Grayscale: #A7A7A7. Windows color (decimal): -2124426 or 7771615. OLE color: 7771615.

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

Color convert

RGB 223 149 118 -
CMYK 0 0.33 0.47 0.13
HSL 17.71º 0.62% 0.67% -
HSV(B) 17.71º 0.47% 0.87% -
XYZ 44.45 38.49 22.23 -
YUV 167.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 223 149 118 0 0.33 0.47 0.13 17.71 0.62 0.67
Hex DF 95 76 0 21 2F D 12 3E 43
Octal 337 225 166 0 41 57 15 22 76 103
Binary 11011111 10010101 1110110 0 100001 101111 1101 10010 111110 1000011

Color Harmonies of #DF9576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9576

Black with #DF9576

Text Example


Text Example

White with #DF9576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9576; }

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

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

background-color css

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

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

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

border-color css

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

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

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