Html Css Color HEX #DF9477 Dark Salmon

📋 copy color: '#DF9477'

red 223 ◦ green 148 ◦ blue 119

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

Shades of Dark Salmon #DF9477

Tints of Dark Salmon #DF9477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.29%

R = 45.51%
G = 30.2%
B = 24.29%

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

#DF9477 (or 0xDF9477) is known color: Dark Salmon. HEX triplet: DF, 94 and 77. RGB value is (223,148,119). Sum of RGB (Red+Green+Blue) = 223+148+119=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9477 is #206B88. Grayscale: #A7A7A7. Windows color (decimal): -2124681 or 7836895. OLE color: 7836895.

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

Color convert

RGB 223 148 119 -
CMYK 0 0.34 0.47 0.13
HSL 16.73º 0.62% 0.67% -
HSV(B) 16.73º 0.47% 0.87% -
XYZ 44.35 38.2 22.49 -
YUV 167.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 223 148 119 0 0.34 0.47 0.13 16.73 0.62 0.67
Hex DF 94 77 0 22 2F D 11 3E 43
Octal 337 224 167 0 42 57 15 21 76 103
Binary 11011111 10010100 1110111 0 100010 101111 1101 10001 111110 1000011

Color Harmonies of #DF9477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9477

Black with #DF9477

Text Example


Text Example

White with #DF9477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9477; }

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

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

background-color css

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

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

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

border-color css

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

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

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