Html Css Color HEX #DF9A72 Dark Salmon

📋 copy color: '#DF9A72'

red 223 ◦ green 154 ◦ blue 114

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

Shades of Dark Salmon #DF9A72

Tints of Dark Salmon #DF9A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.22%

R = 45.42%
G = 31.36%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF9A72 (or 0xDF9A72) is known color: Dark Salmon. HEX triplet: DF, 9A and 72. RGB value is (223,154,114). Sum of RGB (Red+Green+Blue) = 223+154+114=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A72 is #20658D. Grayscale: #AAAAAA. Windows color (decimal): -2123150 or 7510751. OLE color: 7510751.

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

Color convert

RGB 223 154 114 -
CMYK 0 0.31 0.49 0.13
HSL 22.02º 0.63% 0.66% -
HSV(B) 22.02º 0.49% 0.87% -
XYZ 45.02 40.01 21.27 -
YUV 170.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 223 154 114 0 0.31 0.49 0.13 22.02 0.63 0.66
Hex DF 9A 72 0 1F 31 D 16 3F 42
Octal 337 232 162 0 37 61 15 26 77 102
Binary 11011111 10011010 1110010 0 11111 110001 1101 10110 111111 1000010

Color Harmonies of #DF9A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A72

Black with #DF9A72

Text Example


Text Example

White with #DF9A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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