Html Css Color HEX #DF9176 Dark Salmon

📋 copy color: '#DF9176'

red 223 ◦ green 145 ◦ blue 118

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

Shades of Dark Salmon #DF9176

Tints of Dark Salmon #DF9176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 45.88%
G = 29.84%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF9176 (or 0xDF9176) is known color: Dark Salmon. HEX triplet: DF, 91 and 76. RGB value is (223,145,118). Sum of RGB (Red+Green+Blue) = 223+145+118=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9176 is #206E89. Grayscale: #A5A5A5. Windows color (decimal): -2125450 or 7770591. OLE color: 7770591.

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

Color convert

RGB 223 145 118 -
CMYK 0 0.35 0.47 0.13
HSL 15.43º 0.62% 0.67% -
HSV(B) 15.43º 0.47% 0.87% -
XYZ 43.83 37.25 22.02 -
YUV 165.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 223 145 118 0 0.35 0.47 0.13 15.43 0.62 0.67
Hex DF 91 76 0 23 2F D F 3E 43
Octal 337 221 166 0 43 57 15 17 76 103
Binary 11011111 10010001 1110110 0 100011 101111 1101 1111 111110 1000011

Color Harmonies of #DF9176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9176

Black with #DF9176

Text Example


Text Example

White with #DF9176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9176; }

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

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

background-color css

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

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

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

border-color css

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

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

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