Html Css Color HEX #DF9B7B Dark Salmon

📋 copy color: '#DF9B7B'

red 223 ◦ green 155 ◦ blue 123

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

Shades of Dark Salmon #DF9B7B

Tints of Dark Salmon #DF9B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.55%

R = 44.51%
G = 30.94%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF9B7B (or 0xDF9B7B) is known color: Dark Salmon. HEX triplet: DF, 9B and 7B. RGB value is (223,155,123). Sum of RGB (Red+Green+Blue) = 223+155+123=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9B7B is #206484. Grayscale: #ABABAB. Windows color (decimal): -2122885 or 8100831. OLE color: 8100831.

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

Color convert

RGB 223 155 123 -
CMYK 0 0.30 0.45 0.13
HSL 19.2º 0.61% 0.68% -
HSV(B) 19.2º 0.45% 0.87% -
XYZ 45.73 40.56 24.16 -
YUV 171.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 223 155 123 0 0.30 0.45 0.13 19.2 0.61 0.68
Hex DF 9B 7B 0 1E 2D D 13 3D 44
Octal 337 233 173 0 36 55 15 23 75 104
Binary 11011111 10011011 1111011 0 11110 101101 1101 10011 111101 1000100

Color Harmonies of #DF9B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9B7B

Black with #DF9B7B

Text Example


Text Example

White with #DF9B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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