Html Css Color HEX #DF9481 Dark Salmon

📋 copy color: '#DF9481'

red 223 ◦ green 148 ◦ blue 129

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

Shades of Dark Salmon #DF9481

Tints of Dark Salmon #DF9481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.8%

R = 44.6%
G = 29.6%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF9481 (or 0xDF9481) is known color: Dark Salmon. HEX triplet: DF, 94 and 81. RGB value is (223,148,129). Sum of RGB (Red+Green+Blue) = 223+148+129=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9481 is #206B7E. Grayscale: #A8A8A8. Windows color (decimal): -2124671 or 8492255. OLE color: 8492255.

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

Color convert

RGB 223 148 129 -
CMYK 0 0.34 0.42 0.13
HSL 12.13º 0.59% 0.69% -
HSV(B) 12.13º 0.42% 0.87% -
XYZ 44.98 38.45 25.82 -
YUV 168.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 223 148 129 0 0.34 0.42 0.13 12.13 0.59 0.69
Hex DF 94 81 0 22 2A D C 3B 45
Octal 337 224 201 0 42 52 15 14 73 105
Binary 11011111 10010100 10000001 0 100010 101010 1101 1100 111011 1000101

Color Harmonies of #DF9481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9481

Black with #DF9481

Text Example


Text Example

White with #DF9481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9481; }

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

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

background-color css

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

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

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

border-color css

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

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

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