Html Css Color HEX #DC967F Dark Salmon

📋 copy color: '#DC967F'

red 220 ◦ green 150 ◦ blue 127

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

Shades of Dark Salmon #DC967F

Tints of Dark Salmon #DC967F

RGB

 RED value IS 220 (86.33% from 255) = 44.27%

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

 BLUE value IS 127 (50% from 255) = 25.55%

R = 44.27%
G = 30.18%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC967F (or 0xDC967F) is known color: Dark Salmon. HEX triplet: DC, 96 and 7F. RGB value is (220,150,127). Sum of RGB (Red+Green+Blue) = 220+150+127=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC967F is #236980. Grayscale: #A8A8A8. Windows color (decimal): -2320769 or 8361692. OLE color: 8361692.

HSL color Cylindrical-coordinate representation of color #DC967F: hue angle of 14.84º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC967F is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 127 -
CMYK 0 0.32 0.42 0.14
HSL 14.84º 0.57% 0.68% -
HSV(B) 14.84º 0.42% 0.86% -
XYZ 44.25 38.56 25.19 -
YUV 168.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 220 150 127 0 0.32 0.42 0.14 14.84 0.57 0.68
Hex DC 96 7F 0 20 2A E F 39 44
Octal 334 226 177 0 40 52 16 17 71 104
Binary 11011100 10010110 1111111 0 100000 101010 1110 1111 111001 1000100

Color Harmonies of #DC967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC967F

Black with #DC967F

Text Example


Text Example

White with #DC967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC967F; }

 p { color: rgb(220,150,127); }

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

background-color css

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

 a { background-color: rgb(220,150,127); }

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

border-color css

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

 span { border-color: rgb(220,150,127); }

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