Html Css Color HEX #DF9A75 Dark Salmon

📋 copy color: '#DF9A75'

red 223 ◦ green 154 ◦ blue 117

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

Shades of Dark Salmon #DF9A75

Tints of Dark Salmon #DF9A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.17%

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

R = 45.14%
G = 31.17%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF9A75 (or 0xDF9A75) is known color: Dark Salmon. HEX triplet: DF, 9A and 75. RGB value is (223,154,117). Sum of RGB (Red+Green+Blue) = 223+154+117=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A75 is #20658A. Grayscale: #AAAAAA. Windows color (decimal): -2123147 or 7707359. OLE color: 7707359.

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

Color convert

RGB 223 154 117 -
CMYK 0 0.31 0.48 0.13
HSL 20.94º 0.62% 0.67% -
HSV(B) 20.94º 0.48% 0.87% -
XYZ 45.2 40.08 22.18 -
YUV 170.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 223 154 117 0 0.31 0.48 0.13 20.94 0.62 0.67
Hex DF 9A 75 0 1F 30 D 15 3E 43
Octal 337 232 165 0 37 60 15 25 76 103
Binary 11011111 10011010 1110101 0 11111 110000 1101 10101 111110 1000011

Color Harmonies of #DF9A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A75

Black with #DF9A75

Text Example


Text Example

White with #DF9A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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