Html Css Color HEX #DF9875 Dark Salmon

📋 copy color: '#DF9875'

red 223 ◦ green 152 ◦ blue 117

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

Shades of Dark Salmon #DF9875

Tints of Dark Salmon #DF9875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.89%

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

R = 45.33%
G = 30.89%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF9875 (or 0xDF9875) is known color: Dark Salmon. HEX triplet: DF, 98 and 75. RGB value is (223,152,117). Sum of RGB (Red+Green+Blue) = 223+152+117=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9875 is #20678A. Grayscale: #A9A9A9. Windows color (decimal): -2123659 or 7706847. OLE color: 7706847.

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

Color convert

RGB 223 152 117 -
CMYK 0 0.32 0.48 0.13
HSL 19.81º 0.62% 0.67% -
HSV(B) 19.81º 0.48% 0.87% -
XYZ 44.87 39.43 22.08 -
YUV 169.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 223 152 117 0 0.32 0.48 0.13 19.81 0.62 0.67
Hex DF 98 75 0 20 30 D 14 3E 43
Octal 337 230 165 0 40 60 15 24 76 103
Binary 11011111 10011000 1110101 0 100000 110000 1101 10100 111110 1000011

Color Harmonies of #DF9875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9875

Black with #DF9875

Text Example


Text Example

White with #DF9875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9875; }

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

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

background-color css

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

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

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

border-color css

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

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

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