Html Css Color HEX #DF9482 Dark Salmon

📋 copy color: '#DF9482'

red 223 ◦ green 148 ◦ blue 130

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

Shades of Dark Salmon #DF9482

Tints of Dark Salmon #DF9482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.95%

R = 44.51%
G = 29.54%
B = 25.95%

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

#DF9482 (or 0xDF9482) is known color: Dark Salmon. HEX triplet: DF, 94 and 82. RGB value is (223,148,130). Sum of RGB (Red+Green+Blue) = 223+148+130=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9482 is #206B7D. Grayscale: #A8A8A8. Windows color (decimal): -2124670 or 8557791. OLE color: 8557791.

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

Color convert

RGB 223 148 130 -
CMYK 0 0.34 0.42 0.13
HSL 11.61º 0.59% 0.69% -
HSV(B) 11.61º 0.42% 0.87% -
XYZ 45.05 38.48 26.17 -
YUV 168.37 106.35 166.96 -
System Red Green Blue C M Y K H S L
Decimal 223 148 130 0 0.34 0.42 0.13 11.61 0.59 0.69
Hex DF 94 82 0 22 2A D C 3B 45
Octal 337 224 202 0 42 52 15 14 73 105
Binary 11011111 10010100 10000010 0 100010 101010 1101 1100 111011 1000101

Color Harmonies of #DF9482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9482

Black with #DF9482

Text Example


Text Example

White with #DF9482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9482; }

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

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

background-color css

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

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

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

border-color css

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

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

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