Html Css Color HEX #DF9175 Dark Salmon

📋 copy color: '#DF9175'

red 223 ◦ green 145 ◦ blue 117

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

Shades of Dark Salmon #DF9175

Tints of Dark Salmon #DF9175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.9%

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 45.98%
G = 29.9%
B = 24.12%

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

#DF9175 (or 0xDF9175) is known color: Dark Salmon. HEX triplet: DF, 91 and 75. RGB value is (223,145,117). Sum of RGB (Red+Green+Blue) = 223+145+117=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9175 is #206E8A. Grayscale: #A5A5A5. Windows color (decimal): -2125451 or 7705055. OLE color: 7705055.

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

Color convert

RGB 223 145 117 -
CMYK 0 0.35 0.48 0.13
HSL 15.85º 0.62% 0.67% -
HSV(B) 15.85º 0.48% 0.87% -
XYZ 43.77 37.22 21.71 -
YUV 165.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 223 145 117 0 0.35 0.48 0.13 15.85 0.62 0.67
Hex DF 91 75 0 23 30 D 10 3E 43
Octal 337 221 165 0 43 60 15 20 76 103
Binary 11011111 10010001 1110101 0 100011 110000 1101 10000 111110 1000011

Color Harmonies of #DF9175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9175

Black with #DF9175

Text Example


Text Example

White with #DF9175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9175; }

 p { color: rgb(223,145,117); }

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

background-color css

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

 a { background-color: rgb(223,145,117); }

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

border-color css

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

 span { border-color: rgb(223,145,117); }

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