Html Css Color HEX #DF9581 Dark Salmon

📋 copy color: '#DF9581'

red 223 ◦ green 149 ◦ blue 129

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

Shades of Dark Salmon #DF9581

Tints of Dark Salmon #DF9581

RGB

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

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

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

R = 44.51%
G = 29.74%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF9581 (or 0xDF9581) is known color: Dark Salmon. HEX triplet: DF, 95 and 81. RGB value is (223,149,129). Sum of RGB (Red+Green+Blue) = 223+149+129=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9581 is #206A7E. Grayscale: #A9A9A9. Windows color (decimal): -2124415 or 8492511. OLE color: 8492511.

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

Color convert

RGB 223 149 129 -
CMYK 0 0.33 0.42 0.13
HSL 12.77º 0.59% 0.69% -
HSV(B) 12.77º 0.42% 0.87% -
XYZ 45.14 38.77 25.87 -
YUV 168.85 105.52 166.63 -
System Red Green Blue C M Y K H S L
Decimal 223 149 129 0 0.33 0.42 0.13 12.77 0.59 0.69
Hex DF 95 81 0 21 2A D D 3B 45
Octal 337 225 201 0 41 52 15 15 73 105
Binary 11011111 10010101 10000001 0 100001 101010 1101 1101 111011 1000101

Color Harmonies of #DF9581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9581

Black with #DF9581

Text Example


Text Example

White with #DF9581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9581; }

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

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

background-color css

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

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

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

border-color css

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

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

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