Html Css Color HEX #DF927D Dark Salmon

📋 copy color: '#DF927D'

red 223 ◦ green 146 ◦ blue 125

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

Shades of Dark Salmon #DF927D

Tints of Dark Salmon #DF927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.55%

 BLUE value IS 125 (49.22% from 255) = 25.3%

R = 45.14%
G = 29.55%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF927D (or 0xDF927D) is known color: Dark Salmon. HEX triplet: DF, 92 and 7D. RGB value is (223,146,125). Sum of RGB (Red+Green+Blue) = 223+146+125=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF927D is #206D82. Grayscale: #A6A6A6. Windows color (decimal): -2125187 or 8229599. OLE color: 8229599.

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

Color convert

RGB 223 146 125 -
CMYK 0 0.35 0.44 0.13
HSL 12.86º 0.6% 0.68% -
HSV(B) 12.86º 0.44% 0.87% -
XYZ 44.41 37.73 24.34 -
YUV 166.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 223 146 125 0 0.35 0.44 0.13 12.86 0.6 0.68
Hex DF 92 7D 0 23 2C D D 3C 44
Octal 337 222 175 0 43 54 15 15 74 104
Binary 11011111 10010010 1111101 0 100011 101100 1101 1101 111100 1000100

Color Harmonies of #DF927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF927D

Black with #DF927D

Text Example


Text Example

White with #DF927D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF927D; }

 p { color: rgb(223,146,125); }

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

background-color css

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

 a { background-color: rgb(223,146,125); }

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

border-color css

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

 span { border-color: rgb(223,146,125); }

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