Html Css Color HEX #DF9476 Dark Salmon

📋 copy color: '#DF9476'

red 223 ◦ green 148 ◦ blue 118

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

Shades of Dark Salmon #DF9476

Tints of Dark Salmon #DF9476

RGB

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

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

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

R = 45.6%
G = 30.27%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF9476 (or 0xDF9476) is known color: Dark Salmon. HEX triplet: DF, 94 and 76. RGB value is (223,148,118). Sum of RGB (Red+Green+Blue) = 223+148+118=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9476 is #206B89. Grayscale: #A7A7A7. Windows color (decimal): -2124682 or 7771359. OLE color: 7771359.

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

Color convert

RGB 223 148 118 -
CMYK 0 0.34 0.47 0.13
HSL 17.14º 0.62% 0.67% -
HSV(B) 17.14º 0.47% 0.87% -
XYZ 44.29 38.18 22.17 -
YUV 167.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 223 148 118 0 0.34 0.47 0.13 17.14 0.62 0.67
Hex DF 94 76 0 22 2F D 11 3E 43
Octal 337 224 166 0 42 57 15 21 76 103
Binary 11011111 10010100 1110110 0 100010 101111 1101 10001 111110 1000011

Color Harmonies of #DF9476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9476

Black with #DF9476

Text Example


Text Example

White with #DF9476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9476; }

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

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

background-color css

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

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

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

border-color css

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

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

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