Html Css Color HEX #DF9B72 Dark Salmon

📋 copy color: '#DF9B72'

red 223 ◦ green 155 ◦ blue 114

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

Shades of Dark Salmon #DF9B72

Tints of Dark Salmon #DF9B72

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.5%

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

R = 45.33%
G = 31.5%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF9B72 (or 0xDF9B72) is known color: Dark Salmon. HEX triplet: DF, 9B and 72. RGB value is (223,155,114). Sum of RGB (Red+Green+Blue) = 223+155+114=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9B72 is #20648D. Grayscale: #AAAAAA. Windows color (decimal): -2122894 or 7511007. OLE color: 7511007.

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

Color convert

RGB 223 155 114 -
CMYK 0 0.30 0.49 0.13
HSL 22.57º 0.63% 0.66% -
HSV(B) 22.57º 0.49% 0.87% -
XYZ 45.19 40.35 21.33 -
YUV 170.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 223 155 114 0 0.30 0.49 0.13 22.57 0.63 0.66
Hex DF 9B 72 0 1E 31 D 17 3F 42
Octal 337 233 162 0 36 61 15 27 77 102
Binary 11011111 10011011 1110010 0 11110 110001 1101 10111 111111 1000010

Color Harmonies of #DF9B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9B72

Black with #DF9B72

Text Example


Text Example

White with #DF9B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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