Html Css Color HEX #DF997A Dark Salmon

📋 copy color: '#DF997A'

red 223 ◦ green 153 ◦ blue 122

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

Shades of Dark Salmon #DF997A

Tints of Dark Salmon #DF997A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.72%

 BLUE value IS 122 (48.05% from 255) = 24.5%

R = 44.78%
G = 30.72%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF997A (or 0xDF997A) is known color: Dark Salmon. HEX triplet: DF, 99 and 7A. RGB value is (223,153,122). Sum of RGB (Red+Green+Blue) = 223+153+122=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF997A is #206685. Grayscale: #AAAAAA. Windows color (decimal): -2123398 or 8034783. OLE color: 8034783.

HSL color Cylindrical-coordinate representation of color #DF997A: hue angle of 18.42º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF997A is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 153 122 -
CMYK 0 0.31 0.45 0.13
HSL 18.42º 0.61% 0.68% -
HSV(B) 18.42º 0.45% 0.87% -
XYZ 45.34 39.88 23.72 -
YUV 170.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 223 153 122 0 0.31 0.45 0.13 18.42 0.61 0.68
Hex DF 99 7A 0 1F 2D D 12 3D 44
Octal 337 231 172 0 37 55 15 22 75 104
Binary 11011111 10011001 1111010 0 11111 101101 1101 10010 111101 1000100

Color Harmonies of #DF997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF997A

Black with #DF997A

Text Example


Text Example

White with #DF997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF997A; }

 p { color: rgb(223,153,122); }

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

background-color css

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

 a { background-color: rgb(223,153,122); }

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

border-color css

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

 span { border-color: rgb(223,153,122); }

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