Html Css Color HEX #DF967B Dark Salmon

📋 copy color: '#DF967B'

red 223 ◦ green 150 ◦ blue 123

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

Shades of Dark Salmon #DF967B

Tints of Dark Salmon #DF967B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.24%

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

R = 44.96%
G = 30.24%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF967B (or 0xDF967B) is known color: Dark Salmon. HEX triplet: DF, 96 and 7B. RGB value is (223,150,123). Sum of RGB (Red+Green+Blue) = 223+150+123=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF967B is #206984. Grayscale: #A8A8A8. Windows color (decimal): -2124165 or 8099551. OLE color: 8099551.

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

Color convert

RGB 223 150 123 -
CMYK 0 0.33 0.45 0.13
HSL 16.2º 0.61% 0.68% -
HSV(B) 16.2º 0.45% 0.87% -
XYZ 44.91 38.93 23.89 -
YUV 168.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 223 150 123 0 0.33 0.45 0.13 16.2 0.61 0.68
Hex DF 96 7B 0 21 2D D 10 3D 44
Octal 337 226 173 0 41 55 15 20 75 104
Binary 11011111 10010110 1111011 0 100001 101101 1101 10000 111101 1000100

Color Harmonies of #DF967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF967B

Black with #DF967B

Text Example


Text Example

White with #DF967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF967B; }

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

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

background-color css

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

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

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

border-color css

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

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

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