Html Css Color HEX #DF9073 Dark Salmon

📋 copy color: '#DF9073'

red 223 ◦ green 144 ◦ blue 115

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

Shades of Dark Salmon #DF9073

Tints of Dark Salmon #DF9073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.88%

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 46.27%
G = 29.88%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF9073 (or 0xDF9073) is known color: Dark Salmon. HEX triplet: DF, 90 and 73. RGB value is (223,144,115). Sum of RGB (Red+Green+Blue) = 223+144+115=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9073 is #206F8C. Grayscale: #A4A4A4. Windows color (decimal): -2125709 or 7573727. OLE color: 7573727.

HSL color Cylindrical-coordinate representation of color #DF9073: hue angle of 16.11º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF9073 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 144 115 -
CMYK 0 0.35 0.48 0.13
HSL 16.11º 0.63% 0.66% -
HSV(B) 16.11º 0.48% 0.87% -
XYZ 43.5 36.87 21.04 -
YUV 164.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 223 144 115 0 0.35 0.48 0.13 16.11 0.63 0.66
Hex DF 90 73 0 23 30 D 10 3F 42
Octal 337 220 163 0 43 60 15 20 77 102
Binary 11011111 10010000 1110011 0 100011 110000 1101 10000 111111 1000010

Color Harmonies of #DF9073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9073

Black with #DF9073

Text Example


Text Example

White with #DF9073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9073; }

 p { color: rgb(223,144,115); }

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

background-color css

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

 a { background-color: rgb(223,144,115); }

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

border-color css

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

 span { border-color: rgb(223,144,115); }

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