Html Css Color HEX #DF967A Dark Salmon

📋 copy color: '#DF967A'

red 223 ◦ green 150 ◦ blue 122

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

Shades of Dark Salmon #DF967A

Tints of Dark Salmon #DF967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.65%

R = 45.05%
G = 30.3%
B = 24.65%

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

#DF967A (or 0xDF967A) is known color: Dark Salmon. HEX triplet: DF, 96 and 7A. RGB value is (223,150,122). Sum of RGB (Red+Green+Blue) = 223+150+122=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF967A is #206985. Grayscale: #A8A8A8. Windows color (decimal): -2124166 or 8034015. OLE color: 8034015.

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

Color convert

RGB 223 150 122 -
CMYK 0 0.33 0.45 0.13
HSL 16.63º 0.61% 0.68% -
HSV(B) 16.63º 0.45% 0.87% -
XYZ 44.85 38.91 23.56 -
YUV 168.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 223 150 122 0 0.33 0.45 0.13 16.63 0.61 0.68
Hex DF 96 7A 0 21 2D D 11 3D 44
Octal 337 226 172 0 41 55 15 21 75 104
Binary 11011111 10010110 1111010 0 100001 101101 1101 10001 111101 1000100

Color Harmonies of #DF967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF967A

Black with #DF967A

Text Example


Text Example

White with #DF967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF967A; }

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

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

background-color css

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

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

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

border-color css

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

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

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